reldb 0.1.0
Recreational SQLite
Loading...
Searching...
No Matches
Floating-Point Types

Shorthand aliases for floating point numbers. More...

Typedefs

typedef float f32
typedef double f64

Detailed Description

Shorthand aliases for floating point numbers.

Typedef Documentation

◆ f32

typedef float f32

32-bit single-precision floating point

Definition at line 64 of file types.h.

◆ f64

typedef double f64

64-bit double-precision floating point

Definition at line 65 of file types.h.