Mult


Project maintained by profezzorn Hosted on GitHub Pages — Theme by mattgraham

Usage 🔗

Mult<F, V>

Arguments 🔗

Description 🔗

Fixed point multiplication of values F * V, fixed point 16.15 arithmetic (32768 = 1.0) (22 would not result in 4), (16384 * 16384 = 8192, representation of 0.50.5=0.25) most blade functions use this method of fixed point calculations

See Also 🔗

Percentage

Source Link 🔗

https://github.com/profezzorn/ProffieOS/blob/6f8add544c627172ad2dd698c90e5e55078a420a/functions/mult.h#L4