changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- sqrt - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Returns the square root of an argument.
y:=sqrt(x); float y; float x;
x | - A value greater than or equal to zero. |
None.
A FLOAT value equal to the square root of x.
include(../../include/svnversion.inc) include(../../include/footer.inc)