com.livecode.mathfoundation | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.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. |
Type | Name | Summary | Syntax |
---|---|---|---|
expression | PiConstant | The constant pi | pi |
module | com.livecode.mathfoundation | This library consists of the foundational mathematical operations included in the standard library of LiveCode Builder. | pi |
operator | CeilOperator | 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> |
statement | RoundToNearest | Rounds Target to the nearest integer. | round <Target> |