Exp Function


Exp Function

Class

System.Math

Syntax

     Dim result As Double = Math.Exp(d) 


d (required; Double)

Any valid numeric expression

Description

The Exp function returns the natural number e raised to the power d.

Usage at a Glance

  • The maximum value for d is 709.782712893.

  • Exp is the inverse of the Log function.

  • This is a shared member of the System.Math class, so it can be used without an instance.

Version Differences

In VB 6, Exp is an intrinsic VB function. In the .NET platform, it is a member of the System.Math class and not directly part of the VB language.

See Also

Log Function, Log10 Function, E Field, Pow Function




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net