ODBCLog
Summary
The OdbcLog
function returns the natural logarithm of the input expression.
Syntax
OdbcLog(<double_exp>) |
Return Type
Double
Details
Examples
select OdbcLog( 1 ) from Empty(rows= 1 ); 0.0 eval OdbcLog( 2.7182818284 ) 0.9999999999782784 |