Vocabularymath.
functionsInputsx | a non-negative rational number |
OutputsWord descriptionOutputs the largest integer that is less than or equal to the
sqrt of
m.
ErrorsThrows an error if
m is negative.
ExamplesUSING: prettyprint math.functions ;
15 integer-sqrt .
3
Definition