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 |
---|---|
abs | Absolute value |
arccos | Arc cos |
arcsin | Arc sine |
arctan | Arc tangent |
cos | Cosine |
eigasym | The eigenvalues/vectors of a symmetric matrix |
frac | Fractional part |
ln | Natural logarithm |
log | Logarithm base ten |
sin | Sine |
random | Random number |
round | Rounds to nearest int |
sqrt | Square root |
tan | Tangent |
trunc | Truncates to int |