|
FuncSketch
|
Implementation of functions to create trigonometric functions. More...
#include "func_sketch/math/functions/trigonometric.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::sin_function () |
| Create sin function. | |
| MathFunction | func_sketch::math::cos_function () |
| Create cos function. | |
| MathFunction | func_sketch::math::tan_function () |
| Create tan function. | |
| MathFunction | func_sketch::math::asin_function () |
| Create asin function. | |
| MathFunction | func_sketch::math::acos_function () |
| Create acos function. | |
| MathFunction | func_sketch::math::atan_function () |
| Create atan function. | |
| MathFunction | func_sketch::math::atan2_function () |
| Create atan2 function. | |
Implementation of functions to create trigonometric functions.
Definition in file trigonometric.cpp.
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |