piranha  0.10
Public Member Functions | List of all members
piranha::math::sin_impl< Series, detail::series_sin_enabler< Series > > Struct Template Reference

Specialisation of the piranha::math::sin() functor for piranha::series. More...

#include <piranha/series.hpp>

Public Member Functions

auto operator() (const Series &s) const -> decltype(detail::series_sin_impl(s))
 Call operator. More...
 

Detailed Description

template<typename Series>
struct piranha::math::sin_impl< Series, detail::series_sin_enabler< Series > >

Specialisation of the piranha::math::sin() functor for piranha::series.

This specialisation is activated when Series is an instance of piranha::series and:

Definition at line 3266 of file series.hpp.

Member Function Documentation

◆ operator()()

template<typename Series >
auto piranha::math::sin_impl< Series, detail::series_sin_enabler< Series > >::operator() ( const Series &  s) const -> decltype(detail::series_sin_impl(s))
inline

Call operator.

Parameters
sargument.
Returns
sine of s.
Exceptions
unspecifiedany exception thrown by:

Definition at line 3279 of file series.hpp.


The documentation for this struct was generated from the following file: