changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- Mathematical routines}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
MBS name | Description |
---|---|
sin | Sine |
cos | Cosine |
tan | Tangent |
arcsin | Arc sine |
arccos | Arc cos |
arctan | Arc tangent |
ln | Natural logarithm |
log | Logarithm base ten |
sqrt | Square root |
abs | Absolute value |
frac | Fractional part |
round | Rounds to nearest int |
trunc | Truncates to int |
random | Random number |