Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 292 Bytes

add-floats-js

  • Accurate addition of float numbers without floating point precision problems in javascript using the string method.
  • Written in a simple way for everyone to understand.
  • This is possibly not an original solution.

Instructions

Open index.html in a web browser to test.