changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- log - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Returns the base-10 logarithm of an argument.
y:=log(x); float y; float x;
x | - A value > 0.0 |
None.
A FLOAT value equal to the base-10 logarithm of x.
include(../../include/svnversion.inc) include(../../include/footer.inc)