|
FuncSketch
|
Implementation of functions to create error functions. More...
#include "func_sketch/math/functions/erf.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::erf_function () |
| Create erf function. | |
| MathFunction | func_sketch::math::erfc_function () |
| Create erfc function. | |
Implementation of functions to create error functions.
Definition in file erf.cpp.
|
nodiscard |