com.livecode.mathfoundation

Typemodule
DictionaryLCB
LibraryLiveCode Builder
Associationscom.livecode.mathfoundation
Summary

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

Description

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

TypeNameSummarySyntax
expressionPiConstant

The constant pi

pi

modulecom.livecode.mathfoundation

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

pi

operatorCeilOperator

Returns the ceiling of Target.

the ceiling of <Target>

- - -FloorOperator

Returns the floor of Target.

the floor of <Target>

- - -RoundedToNearest

Rounds Target to the nearest integer.

the rounded of <Target>

statementRoundToNearest

Rounds Target to the nearest integer.

round <Target>