Files
wren/src
Marco Lizza adca2b3aac feat: rename 'decimal' primitive to 'fraction' and reimplement using modf
Replace the num_decimal primitive with num_fraction, changing the implementation from a simple subtraction of integer part to using the standard C modf function for more robust fractional part extraction. Update the method registration in wrenInitializeCore to bind the new name and function.
2015-03-04 23:45:30 +00:00
..