piranha  0.10
Public Member Functions | List of all members
piranha::math::sin_impl< T, typename std::enable_if< std::is_same< T, real >::value >::type > Struct Template Reference

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

#include <piranha/real.hpp>

Public Member Functions

real operator() (const T &r) const
 Call operator. More...
 

Detailed Description

template<typename T>
struct piranha::math::sin_impl< T, typename std::enable_if< std::is_same< T, real >::value >::type >

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

Definition at line 2006 of file real.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
real piranha::math::sin_impl< T, typename std::enable_if< std::is_same< T, real >::value >::type >::operator() ( const T &  r) const
inline

Call operator.

The operation will return the output of piranha::real::sin().

Parameters
rargument.
Returns
sine of r.

Definition at line 2015 of file real.hpp.


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