Skip to content
Commit c5aba11a authored by Daniel Stone's avatar Daniel Stone Committed by Kristian Høgsberg
Browse files

Add support for signed 24.8 decimal numbers



'fixed' is a signed decimal type which offers a sign bit, 23 bits of
integer precision, and 8 bits of decimal precision.  This is exposed as
an opaque struct with conversion helpers to and from double and int on
the C API side.

Signed-off-by: default avatarDaniel Stone <daniel@fooishbar.org>
parent c49f632d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment