Informix Math
- log10
Returns the logarithm of "numeric_expression" to base 10. - logn
Returns the natural logarithm of "numeric_expression". - root
Returns the root value of "numeric_expression1". Requires at least one numeric argument (the radians argument). If only "numeric_expression1" is supplied, 2 is used as a default value for "numeric_expression2". Zero cannot be used as the value of "numeric_expression2".
Parent topic: Informix