|
FuncSketch
|
Implementation of functions to create power functions. More...
#include "func_sketch/math/functions/pow.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"#include "func_sketch/math/pow_number.h"Go to the source code of this file.
Functions | |
| MathFunction | func_sketch::math::pow_function () |
| Create pow function. | |
| MathFunction | func_sketch::math::sqrt_function () |
| Create sqrt function. | |
| MathFunction | func_sketch::math::cbrt_function () |
| Create cbrt function. | |
Implementation of functions to create power functions.
Definition in file pow.cpp.
|
nodiscard |
|
nodiscard |