daeisbae / AParser

Yet another programming language for educational purpose and simplicity
https://daeisbae.github.io/AParser/
MIT License
1 stars 0 forks source link

IEEE 754 - Floating Point Arithmetic Printing #100

Closed daeisbae closed 1 month ago

daeisbae commented 1 month ago

Problem

AParser was suppose to be returning full length or 16 precision of double. We should include the floating point arithmetic Wikipedia - IEEE 754

daeisbae commented 1 month ago

Test cases will be implemented in #94 . #101 fixed printing more decimal places