Files
wren/src
Bob Nystrom ce2e227683 feat: add floor method to Num class for rounding down to nearest integer
Implement the `floor` native method on the `Num` class in `wren_core.c`, which delegates to C's `floor()` function to round a number down to the nearest integer value. Register the new method in `wrenInitializeCore` alongside the existing `abs` method.
2014-01-08 07:03:25 +00:00
..