Cosinus bijective functor. More...
#include <cos.hh>

Public Types | |
| typedef Function_v2v< void > | category | 
| typedef cos< V > | exact_t | 
| typedef void | mutable_result | 
| typedef V | result | 
Public Member Functions | |
| V | f_1 (const V &v) const | 
| V | operator() (const V &v) const | 
Cosinus bijective functor.
V is the type of input values and the result type.
Definition at line 59 of file fun/v2w2v/cos.hh.
typedef Function_v2v<void> mln::Function_v2v< cos< V >  >::category [inherited] | 
        
Reimplemented from mln::Function< cos< V > >.
Definition at line 126 of file function.hh.
typedef cos< V >  mln::Object< cos< V >  >::exact_t [inherited] | 
        
typedef void mln::Function_v2v< cos< V >  >::mutable_result [inherited] | 
        
Definition at line 127 of file function.hh.
| typedef V mln::fun::v2w2v::cos< V >::result | 
Definition at line 61 of file fun/v2w2v/cos.hh.
| V mln::fun::v2w2v::cos< V >::f_1 | ( | const V & | v | ) |  const [inline] | 
        
Definition at line 79 of file fun/v2w2v/cos.hh.
References mln::math::acos().
| V mln::fun::v2w2v::cos< V >::operator() | ( | const V & | v | ) |  const [inline] | 
        
Definition at line 71 of file fun/v2w2v/cos.hh.
References mln::math::cos().
 1.7.1