Trigonometric functions

Warning

doxygenfunction: Unable to resolve function “sin” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- batch_type sin(const batch_type &z)
- template<class B> batch_type_t<B> sin(const simd_base<B> &x)
- template<class Tag = trigo_radian_tag> B sin(const B &a, Tag = Tag())

Warning

doxygenfunction: Unable to resolve function “cos” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- B cos(const B &a)
- batch_type cos(const batch_type &z)
- template<class B> batch_type_t<B> cos(const simd_base<B> &x)

Warning

doxygenfunction: Unable to resolve function “sincos” with arguments (const batch<T, N>&, batch<T, N>&, batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- template<class B> void sincos(const simd_base<B> &x, batch_type_t<B> &si, batch_type_t<B> &co)
- template<class T> void sincos(const std::complex<T> &val, std::complex<T> &s, std::complex<T> &c)
- void sincos(const B &a, B &si, B &co)
- void sincos(const batch_type &z, batch_type &si, batch_type &co)
- void sincos(double val, double &s, double &c)
- void sincos(float val, float &s, float &c)

Warning

doxygenfunction: Unable to resolve function “tan” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- B tan(const B &a)
- batch_type tan(const batch_type &z)
- template<class B> batch_type_t<B> tan(const simd_base<B> &x)

Warning

doxygenfunction: Unable to resolve function “asin” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- B asin(const B &a)
- B asin(const B &a)
- B asin(const B &a)
- batch_type asin(const batch_type &z)
- template<class B> batch_type_t<B> asin(const simd_base<B> &x)

Warning

doxygenfunction: Unable to resolve function “acos” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- B acos(const B &a)
- batch_type acos(const batch_type &z)
- template<class B> batch_type_t<B> acos(const simd_base<B> &x)

Warning

doxygenfunction: Unable to resolve function “atan” with arguments (const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- B atan(const B &a)
- batch_type atan(const batch_type &z)
- template<class B> batch_type_t<B> atan(const simd_base<B> &x)

Warning

doxygenfunction: Unable to resolve function “atan2” with arguments (const batch<T, N>&, const batch<T, N>&) in doxygen xml output for project “xsimd” from directory: ../xml. Potential matches:

- B atan2(const B &y, const B &x)
- template<class B> batch_type_t<B> atan2(const simd_base<B> &y, const simd_base<B> &x)