|
![]() |
||||||||||||||
Primitive Data Types TutorialFunction lnFloat function ln(x) computes natural logarithm logex of a given float value x. It is defined for positive float values. Source code:{# ln( 1000000. ), ln( 1.0 ), ln( 1000000. ) #} Result:{# 13.815511, 0.000000, 13.815511 #}
|
|
||||||||||||||
© 2006 Saša Malkov | |||||||||||||||