Details
Assignee
UnassignedUnassignedReporter
Christophe GrandChristophe GrandLabels
Patch
CodePriority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Christophe Grand
Christophe GrandLabels
Patch
Code
Priority
Affects versions
Created September 26, 2013 at 3:04 PM
Updated May 15, 2017 at 9:47 PM
Clojure offers optimized arithmetic functions for long, int and doubles but none for floats.
Plus converting from integers (ints or longs) to floating point numbers (float or double) doesn't use the specialized bytecode.
This patch adds float-add/subtract/multiply/divide and more efficient coversion from integers to floating points numbers.