Sybase 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. - sign
Returns an indicator denoting the sign of "numeric_expression": +1 if "numeric_expression" is positive, 0 if "numeric_expression" is zero, or -1 if "numeric_expression" is negative.
Parent topic: Sybase