com.livecode.math

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.livecode.math
Summary

This library consists of the mathematical operations included in the standard library of LiveCode Builder.

Description

This library consists of the mathematical operations included in the standard library of LiveCode Builder.

TypeNameSummarySyntax
expressionRandomNumber

Generates a pseudo-random number.

any number

modulecom.livecode.math

This library consists of the mathematical operations included in the standard library of LiveCode Builder.

any number

operatorAbsOperator

Absolute value operator.

the abs of <Operand>

- - -ArccosOperator

Arccos operator.

acos(<Operand>)

- - -ArcsinOperator

Arcsin operator.

asin(<Operand>)

- - -ArctanOperator

Arctan operator.

atan(<Operand>)

- - -Base10LogOperator

Base 10 log operator.

log(<Operand>)

- - -BaseConvert

Converts the base of Operand

<Operand> converted from base <Source> to base <Target>

- - -BaseConvertFrom

Converts the base of Operand

<Operand> converted from base <Source>

- - -BaseConvertTo

Converts the base of Operand

<Operand> converted to base <Target>

- - -BaseELogOperator

Natural log operator.

ln(<Operand>)

- - -BinaryArctanOperator

Binary arctan operator.

atan2(<yCoord>,<xCoord>)

- - -CosOperator

Cos operator.

cos(<Operand>)

- - -ExpOperator

Exponentiation operator.

exp(<Operand>)

- - -MaxListOperator

Max operator. List:An expression that evaluates to a list.

the maximum value of <ValueList>

- - -MaxOperator

Max operator.

the maximum of <Left> and <Right>

- - -MinListOperator

Min operator. List:An expression that evaluates to a list.

the minimum value of <ValueList>

- - -MinOperator

Min operator.

the minimum of <Left> and <Right>

- - -PowOperator

Binary exponentiation operation.

<Left> ^ <Right>

- - -SinOperator

Sin operator.

sin(<Operand>)

- - -SquareRootOperator

Square root operator.

sqrt(<Operand>)

- - -TanOperator

Tan operator.

tan(<Operand>)

- - -TruncOperator

Truncation operator.

the trunc of <Operand>