
[Top]
|
Method round()
- Method
round
float round(float f)
- Description
-
Return the closest integer value to f.
- Note
round does not return an int, merely an integer value
stored in a float.
- See also
floor, ceil
Extracted from Pike v7.3 release 11 at 2001-11-03.
|