Function tan¶
function tan(const T1 &) math¶
Computes the tangent of the input (in radians).
| T1 | The type of the input. |
| x | Input value in radians. |
| The tangent of the input. |
Fully qualified name: kfr::tan(const T1 &)
Declared at math/tan.hpp:40
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.