[][src]Module ufix::bin

Base-2 fixed-point types

Type Definitions

Fix

Signed binary fixed-point type

Fix8

Signed binary fixed-point type with 8-bits mantissa

Fix16

Signed binary fixed-point type with 16-bits mantissa

Fix32

Signed binary fixed-point type with 32-bits mantissa

Fix64

Signed binary fixed-point type with 64-bits mantissa

UFix

Unsigned binary fixed-point type

UFix8

Unsigned binary fixed-point type with 8-bits mantissa

UFix16

Unsigned binary fixed-point type with 16-bits mantissa

UFix32

Unsigned binary fixed-point type with 32-bits mantissa

UFix64

Unsigned binary fixed-point type with 64-bits mantissa