#floating-point-numbers

[ follow ]
Pythonmorsels
1 month ago
Python

Arithmetic in Python

Python differentiates between integers and floating point numbers, allowing for mixed operations that yield predictable results. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
6 months ago
JavaScript

API with NestJS #147. The data types to store money with PostgreSQL and Prisma

Avoid using floating-point numbers for storing monetary values due to potential errors.
Binary representation of integer numbers simplifies storing integers efficiently in computers. [ more ]
CodeProject
3 months ago
JavaScript

Reading and writing binary integers and ieee754 floating point portably

Use IEEE 754 floating point routines for platform-independent loading and saving of binary floating point numbers. [ more ]
[ Load more ]