|
FuncSketch
|
Implementation of functions to create exponential functions. More...
#include "func_sketch/math/functions/exp.h"#include <cmath>#include "func_sketch/common_types.h"#include "func_sketch/math/acceptable_types.h"#include "func_sketch/math/general_math_function.h"#include "func_sketch/math/math_function.h"Go to the source code of this file.
Functions | |
| MathFunction | func_sketch::math::exp_function () |
| Create exp function. | |
| MathFunction | func_sketch::math::exp2_function () |
| Create exp2 function. | |
| MathFunction | func_sketch::math::expm1_function () |
| Create expm1 function. | |
Implementation of functions to create exponential functions.
Definition in file exp.cpp.
|
nodiscard |
|
nodiscard |