PI: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
|name=PI | |name=PI | ||
|type=float | |type=float | ||
|value=3. | |value=3.1415926535897932384626433832795f | ||
|desc | |desc | ||
|examples | |examples | ||
Revision as of 12:07, 10 June 2013
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: float PI = 3.1415926535897932384626433832795f;The float constant PI has the value 3.1415926535897932384626433832795f
Caveats
Related Articles
Constants
| • | PI_BY_TWO | |||
| • | TWO_PI | |||
| • | RAD_TO_DEG | |||
| • | DEG_TO_RAD |