Get your own free workspace
View
 

Log10

Page history last edited by Gamemaster 3 years, 9 months ago

 

 

Log10

Usage:

                Log10(Value)

Description:

The Log10 command returns the common logarithm of a value.

Example:

                Function Main()
                        Result = Log10(100)
                        Output(Actor(), Result) // Displays 2
                        Return()

                End Function

Comments (0)

You don't have permission to comment on this page.