Decimal logarithm

Decimal logarithm

If x is positive and not null, Log(x) returns decimal logarithm from x.
 

 Example 1 :  log( 10 ) -> 1
 
 Example 2 :  log( 3.5 ) -> 0.54406804435

 Syntax : log( x )

Converted with gtoh, © 24.06.1997 N. DARNIS