nlfiedler / bakeneko

Scheme R7RS interpreter in Go
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Ensure floating point math correctness #18

Open nlfiedler opened 11 years ago

nlfiedler commented 11 years ago

Read about floating point math [1] and ensure none of those mistakes are made in the "Float" code in the atom.go source file.

[1] http://www.codeproject.com/Articles/29637/Five-Tips-for-Floating-Point-Programming