VBA Math Module

Member Description
Abs Returns the absolute value of a number. Returns a value of the same type that is passed to the function.
Atn Returns the arctangent of a number as a Double.
Cos Returns the cosine of an angle as a Double.
Exp Returns the natural number, e, raised to a power as a Double.
Log Returns the natural logarithm of a number as a Double.
Randomize Initializes the pseudo-random number generator.
Rnd Returns a pseudo-random number as a Single.
Round Returns a number rounded to a given number of decimal places.
Sgn Returns the sign of a number.
Sin Returns the sine of an angle as a Double.
Sqr Returns the square root of a number as a Double.
Tan Returns the tangent of an angle as a Double.