CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Log10
The Log10 function returns the base 10 logarithm of a number.
Usage:
	= Log10(<number>)
Example:
	/* returns 5 */
	= Log10(100000);