| << Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro functions > Goniometric functions | 
| Function | Purpose | Example | Result | 
| RAD | Conversion of degrees to radians | Text(RAD(45)) | 0,785398163397 | 
| GRAD | Conversion of radians to degrees | Text(GRAD(0,785398163397)) | 45 | 
| ARCCOS | Inverse cosine (radians) | Text(ARCCOS(1)) | 0 | 
| ARCSIN | Inverse sine (radians) | Text(ARCSIN(1)) | 1.57079633 | 
| ARCTAN | Inverse tangent | Text(ARCTAN(1)) | 0,785398163397 | 
| COS | Cosine (radians) | Text(COS(3.14)) | -0.9999987 | 
| SIN | Sine (radians) | Text(SIN(3.14)) | 0.00159265 | 
| TAN | Tangent (radians) | Text(TAN(1.57)) | 1255.76559 |