[DiscordArchive] <@283455627538333696> which one do you assume would be -1?
[DiscordArchive] <@283455627538333696> which one do you assume would be -1?
Archived author: Quantam • Posted: 2018-06-04T08:43:26.029000+00:00
Original source
Alternate possibility is that it's unsigned and goes [0,2)
Archived author: Deamon • Posted: 2018-06-04T08:43:36.606000+00:00
Original source
https://en.wikipedia.org/wiki/Q_(number_format)
[Embed: Q (number format)]
Q is a fixed point number format where the number of fractional bits (and optionally the number of integer bits) is specified. For example, a Q15 number has 15 fractional bits; a Q1.14 number has 1 integer bit and 14 fractional bits. Q format is often used in hardware that do...
https://en.wikipedia.org/wiki/Q_(number_format)
Archived author: Deamon • Posted: 2018-06-04T08:44:24.303000+00:00
Original source
fixed16 = Q15 aka Q0.15
Archived author: Quantam • Posted: 2018-06-04T08:44:31.828000+00:00
Original source
Yeah, that's the standard format for fixed point
Archived author: Deamon • Posted: 2018-06-04T08:44:34.533000+00:00
Original source
1 sign bit + 15 fractional bits