Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 2.58 KB

File metadata and controls

24 lines (16 loc) · 2.58 KB

round()

Rounds a number, optionally to a certain number of places.

Data signatures
round( round this: $${\color{green}None}$$ ǁ $${\color{green}bool}$$ ǁ $${\color{green}str}$$ ǁ $${\color{green}float}$$ ǁ $${\color{green}int}$$, [to places: $${\color{green}int}$$] )
Call signatures
round( round this: Term ǁ Variable ǁ Header ǁ Function, [to places: Term] )
Purpose Value
Main focus round() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]