Category: Trigonometric
Syntax: Tan ( angleInRadians ) |
Parameters:
numberAny number representing the size of an angle measured in radians.
Data type returned: Number
Description:
Returns the tangent of the specified angle.
The tangent of an angle can also be obtained by dividing the sine of the angle by its cosine. In any right triangle, the tangent of the two non-right angles can be obtained by dividing the length of the side opposite the angle by the length of the adjacent side.
Examples:
Function | Results |
---|---|
Tan (0) | Returns 0. |
Tan (Pi / 6) | Returns .5773502691896257. |
Tan (Radians (45)) | Returns 1. |
: 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