$Log10 or $Log_10

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Log base 10 function

Note: Many Rocket $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Log10 function is the Log10 function.

The $Log10 function (or its alias, $Log_10) returns the base-10 logarithm of the number x argument.

Syntax

%num = $Log10(x)

%num = $Log_10(x)

Usage notes

  • If x is not greater than 0, an error message is printed and the request is cancelled.