SQL Server Math
- log
Returns the natural logarithm of "numeric_expression". - log10
Returns the base ten logarithm of "numeric_expression". - pi
Returns the constant value of pi as a floating point value. - rand
Generates a random number using "integer_expression" as the seed value.
Parent topic: SQL Server