Math/Numeric Functions Flashcards
ABS
returns the absolute value of a number
ACOS
returns the arc cosine of a number
ASIN
returns the arc sine of a number
ATAN
return the arc tangent of a number
ATN2
returns the arc tangent of two numbers
AVG
returns the average value of an expression
CEILING
returns the smallest integer value that is >= a number
COUNT
returns the number of records returned by a select query
COS
returns the cosine of a number
COT
returns the cotangent of a number
DEGREES
converts a value in radians to degrees
EXP
returns e raised to the power of a specified number
FLOOR
returns the largest integer value that is <= to a number
LOG
returns the natural logarithm of a number, or the logarithm of a number to a specified base
LOG10
returns the natural logarithm of a number to base 10