Wheefun I/O Library  0.0.5
Useful I/O Primitives.
Typedefs
float.h File Reference

Integral type definitions. More...

#include <wfio/misctype.h>
#include <wfcnfo/float.h>
#include <wfio/limits.h>

Go to the source code of this file.

Typedefs

typedef wfio_undefined_t wfio_flt16_t
 
typedef wfio_undefined_t wfio_flt32_t
 A type corresponding to a 32-bit floating point number. More...
 
typedef wfio_undefined_t wfio_flt64_t
 A type corresponding to a 64-bit floating point number. More...
 

Detailed Description

Integral type definitions.

This header declares basic floating point types.

Author
Phillip Kilgore
Since
0.0.1

Typedef Documentation

◆ wfio_flt32_t

A type corresponding to a 32-bit floating point number.

This type defines a floating-point type of 32-bits in length. If such a type exists, then this is equivalent to that type; otherwise, it is undefined.

Warning
This may be (but is not always) equivalent to float.
This type is only meaningfully defined when WFIO_HAVE_FLT32 is also defined.

◆ wfio_flt64_t

A type corresponding to a 64-bit floating point number.

This type defines a floating-point type of 64-bits in length. If such a type exists, then this is equivalent to that type; otherwise, it is undefined.

Warning
This may be (but is not always) equivalent to fdouble.
This type is only meaningfully defined when WFIO_HAVE_FLT64 is also defined.