Skip to content

File mathutils.hh

FileList > ase > mathutils.hh

  • #include <ase/cxxaux.hh>

Namespaces

Type Name
namespace Ase
The Anklang C++ API namespace.

Public Types

Type Name
union FloatIEEE754

Public Types Documentation

union FloatIEEE754


Union to compartmentalize an IEEE-754 float. IEEE 754 single precision floating point layout:

       31 30           23 22            0
+--------+---------------+---------------+
| s 1bit | e[30:23] 8bit | f[22:0] 23bit |
+--------+---------------+---------------+
B0------------------->B1------->B2-->B3-->


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/mathutils.hh