|
CoriEngine
|
Anything custom connected to math is in this namespace. More...
Classes | |
| class | Function |
| Mathematical function/expression. @detials Uses ExprTK internally, refer here https://github.com/ArashPartow/exprtk to see what it can parse. By default, have some contents defined: PI, alias: "pi" Epsilon, alias: "epsilon" Infinity, alias: "inf" Euler's number, alias: "e". More... | |
Concepts | |
| concept | IsNumber |
| Checks if T is a number. | |
Functions | |
| template<typename T> | |
| int32_t | Sign (T val) |
| Returns a sign of a number. | |
Anything custom connected to math is in this namespace.