Files
wren/doc/site/modules/core
Sven Bergström 92419c79cd docs: clarify modulus operator sign behavior in num.markdown
The floating-point remainder operator % now explicitly documents that the
returned value retains the sign of the dividend (this), matching the
behavior of C's fmod function. This addresses issue #695 by removing
ambiguity about sign handling in the modulus documentation.
2019-09-18 05:27:47 +00:00
..