Category: Trigonometric
Syntax: Pi |
Parameters: None
Description:
Returns the value of the trigonometric constant Pi, which is approximately 3.1415926535897932. Pi is defined as the ratio of the circumference to the diameter of any circle.
Pi is most often used in conjunction with other trigonometric functions, such as Sin(), Cos(), and Tan(), which each require an angle measured in radians as a parameter. There are 2xPi radians in 360 degrees.
Examples:
Function | Results |
---|---|
Pi / 2 | Returns 1.5707963267948966. |
SetPrecision (Pi; 25) | Returns 3.1415926535897932384626434. |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information