CoriEngine
Loading...
Searching...
No Matches
Function.hpp File Reference
#include <exprtk.hpp>
Include dependency graph for Function.hpp:

Go to the source code of this file.

Classes

class  Cori::Math::Function< NumericType, ArgumentAmount >
 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...

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Math
 Anything custom connected to math is in this namespace.

Concepts

concept  Cori::Math::IsNumber
 Checks if T is a number.