|
FuncSketch
|
Implementation of functions to create logarithmic functions. More...
#include "func_sketch/math/functions/log.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::log_function () |
| Create log function. | |
| MathFunction | func_sketch::math::log1p_function () |
| Create log1p function. | |
| MathFunction | func_sketch::math::log10_function () |
| Create log10 function. | |
| MathFunction | func_sketch::math::log2_function () |
| Create log2 function. | |
Implementation of functions to create logarithmic functions.
Definition in file log.cpp.
|
nodiscard |
|
nodiscard |
|
nodiscard |