Base10LogOperator

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
log(<Operand>)
Associationscom.livecode.math
Summary

Base 10 log operator.

Parameters
NameTypeDescription
Operand

An expression that evaluates to a number.

Example
variable tVar as Number
put the log of 10000 into tVar -- tVar contains 5
Description

Base 10 log operator.

Tagsmath