Fractional value in x
.
gentype fract(gentype x,
gentype *itpr)
The min() operator is there to prevent fract
(-small ) from returning 1.0.
It returns the largest positive floating-point number less than 1.0.
Fractional value in x
.
gentype fract(gentype x,
gentype *itpr)
The min() operator is there to prevent fract
(-small ) from returning 1.0.
It returns the largest positive floating-point number less than 1.0.