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