#include <AH/STL/cmath>
#include <AH/STL/cstdint>
#include <AH/STL/limits>
#include <AH/STL/type_traits>
#include <AH/Error/Error.hpp>
#include <AH/PrintStream/PrintStream.hpp>
Go to the source code of this file.
|
template<class T , uint8_t N, class T2 > |
T2 | operator* (T lhs, FixedPoint< T, N, T2 > rhs) |
| Multiply normal integer with fixed point integer. More...
|
|
template<class T , uint8_t N, class T2 > |
T2 | operator* (T2 lhs, FixedPoint< T, N, T2 > rhs) |
| Multiply normal integer with fixed point integer. More...
|
|
template<class T , uint8_t N, class T2 > |
Print & | operator<< (Print &os, FixedPoint< T, N, T2 > fp) |
| Printing a fixed-point integer. More...
|
|