aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-floor-ceil.nix
AgeCommit message (Collapse)Author
2021-05-10Implement `builtins.floor` and `builtins.ceil` using the C library functions ↵Maximilian Bosch
internally Closes #4782 Note: even though the type is internally called `NixFloat`, it's actually a `double`.