Files
wren/test
Bob Nystrom 92d72be158 feat: add deg, rad, fraction, sign, truncate primitives to num class
Add five new numeric methods to the Wren core library: deg (convert radians to degrees), rad (convert degrees to radians), fraction (extract fractional part), sign (return -1, 0, or 1), and truncate (discard fractional part). Register all new primitives in wrenInitializeCore and include corresponding test files for fraction, sign, and truncate operations.
2015-03-07 06:43:02 +00:00
..