pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-10-13
2017-10-13 11:22:43 by Chris Angelico <rosuav@gmail.com>
e052310da83d686c4030188585df1ca7bd49fda2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Fix typo in CHANGES
159:
o Floats are no longer by default sorted before added. This may reduce the precision but increases the speed of adding large number of floats by a factor of 500. Applications handling floats with large
-
differences in magnitude need to apply the
appropritate
sorting
+
differences in magnitude need to apply the
appropriate
sorting
before arithmetics. As `+ was the only operator that performed sorting, and functions like Array.sum did not, this was already a concern.