How are fixed and scaled integer/floats handled (i.e. Ada delta).

How are fixed and scaled integer/floats handled (i.e. Ada delta).

Ada fixed-point types are translated to C integer types, with run-time routines used for special operations such as fixed-fixed multiply and divide where the built-in C operators don't do the right thing.