NCoT Docs
Contents:
NCoT Site
ZX Spectrum Next Programming Documentation
Computing Maths
Fixed Point Arithmetic
NCoT Docs
HOME
About
NCOT
Documentation
SineSoft
Social Media
Support Me
»
Computing Maths
View page source
Computing Maths
¶
Information about computing related maths.
Contents:
Fixed Point Arithmetic
It’s like money
The basic concept
Floating Point Numbers Overview
Binary Overview
Fixed Point Place Values
Converting floats to fixed point
Converting integers to fixed point
Practical Use 1 - Incrementing values by amounts less than one
Practical Example 2 - Doing trigonometry
Python to generate sine table
C code to use sine table