python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmFloat_s Struct Reference

PmFloat_s Struct Reference

Float obj. More...

#include <float.h>

Data Fields

PmObjDesc_t od
 Object descriptor.
float val
 Float value.

Detailed Description

Float obj.

32b floating point number

Definition at line 26 of file float.h.


Field Documentation

Object descriptor.

Definition at line 29 of file float.h.

float val

Float value.

Definition at line 32 of file float.h.