join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
diyfp.hpp File Reference
#include <utility>
#include <limits>
#include <cstdint>
#include <cstring>
Include dependency graph for diyfp.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::DiyFp
 hand made floating point. More...
 

Namespaces

namespace  join
 

Functions

constexpr DiyFp join::operator- (const DiyFp &lhs, const DiyFp &rhs)
 minus operator
 
constexpr DiyFp join::operator* (const DiyFp &lhs, const DiyFp &rhs)
 multiplication operator.