Closed tarcieri closed 5 years ago
Implements floor(x) by truncating and comparing if the truncated version is smaller.
floor(x)
Implements ceil(x) in terms of floor(x).
ceil(x)
Implements
floor(x)
by truncating and comparing if the truncated version is smaller.Implements
ceil(x)
in terms offloor(x)
.