Public Types | Public Member Functions

mln::fun::v2w2v::cos< V > Struct Template Reference

Cosinus bijective functor. More...

#include <cos.hh>

Inheritance diagram for mln::fun::v2w2v::cos< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef cos< V > exact_t
typedef void mutable_result
typedef V result

Public Member Functions

f_1 (const V &v) const
operator() (const V &v) const

Detailed Description

template<typename V>
struct mln::fun::v2w2v::cos< V >

Cosinus bijective functor.

V is the type of input values and the result type.

See also:
mln::math::cos.

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< cos< V > >::category [inherited]

Reimplemented from mln::Function< cos< V > >.

typedef cos< V > mln::Object< cos< V > >::exact_t [inherited]
typedef void mln::Function_v2v< cos< V > >::mutable_result [inherited]
template<typename V >
typedef V mln::fun::v2w2v::cos< V >::result

Member Function Documentation

template<typename V >
V mln::fun::v2w2v::cos< V >::f_1 ( const V &  v  )  const [inline]

References mln::math::acos().

template<typename V >
V mln::fun::v2w2v::cos< V >::operator() ( const V &  v  )  const [inline]

References mln::math::cos().