Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Implement math build-in function, ln and log. Example show as below:
ln(dp) natural logarithm ln(2.0) 0.693147180559945
log(dp) base 10 logarithm log(100.0) 2
log(b, x) numeric logarithm to base b log(2.0, 64.0) 6.0000000000