Template Function librapid::tanh(VAL&&)#
Defined in File operations.hpp
Function Documentation#
Warning
doxygenfunction: Unable to resolve function “librapid::tanh” with arguments (VAL&&) in doxygen xml output for project “librapid” from directory: ../xml. Potential matches:
- mpfr tanh(const mpfr &val)
- template<class VAL, typename std::enable_if_t<detail::isArrayOp<VAL>(), int> = 0> auto tanh(VAL &&val)
- template<typename Scalar, int64_t Dims> GenericVector<Scalar, Dims> tanh(const GenericVector<Scalar, Dims> &vec)
- template<typename Scalar, int64_t Dims> SIMDVector<Scalar, Dims> tanh(const SIMDVector<Scalar, Dims> &vec)
- template<typename T, typename std::enable_if_t<std::is_fundamental_v<T>, int> = 0> constexpr auto tanh(T val)
- template<typename T, typename std::enable_if_t<typetraits::IsVector<T>::value, int> = 0> T tanh(const T &x)
- template<typename T> Complex<T> tanh(const Complex<T> &other)
- template<typename T> Dual<T> tanh(const Dual<T> &x)