#include "Base/spStandard.hpp"
#include "Base/spMath.hpp"
Go to the source code of this file.
Classes | |
class | sp::math::UInt128 |
class | sp::math::MD5CheckSum |
Namespaces | |
namespace | sp |
!! | |
namespace | sp::math |
This namespace contains all mathematical basic functions such as sine, cosine, distance calculations etc. | |
Defines | |
#define | BITWISE_OP(x) |
#define BITWISE_OP | ( | x | ) |
inline UInt128& operator x (const UInt128 &Other) \ { \ High_ x Other.High_; \ Low_ x Other.Low_; \ return *this; \ }