FORMULA LANGUAGE


Examples: @Pi
1. This formula returns the circumference of a circle with a radius that equals 5.
2. This formula converts an angle from degrees to radians. One degree equals pi/180 radians. Thus an angle of 360 degrees equals 2pi radians, 180 degrees equals pi radians, and so on.
3. Given the latitude of a particular location, you can find a location's distance from the equator. The numeric field latitude holds the latitude in degrees. The numeric field distance computes the distance from the equator using this formula.
See Also