Default Functions
A number of common default functions with mostly mathematical purpose are build into trCAD that can be used in any script. They are listed in the following table:
| abs | acos | asin | atan | ceil |
| cos | deg | exp | floor | log |
| log10 | log2 | max | min | pow |
| rad | rand | round | sin | sqrt |
| srand | tan |