Conversation

Jarkko Sakkinen

Edited 7 hours ago
I just can't use floating point numbers because we don't have them in kernel code.

Thus I implemented fixed-point arithmetic library with 16:16: and 24:8 format for my file manager ccd. It has multiplication, division, sqrt and trigonometric functions. Trigonometric functions measure in brads (binary radians) i.e., scale of 256 degrees.
0
0
2