|
FuncSketch
|
Declaration of functions to create logarithmic functions. More...
#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. | |
Declaration of functions to create logarithmic functions.
Definition in file log.h.
|
nodiscard |
|
nodiscard |
|
nodiscard |