#include <cos.hh>
Public Types | |
| typedef T | argument |
| typedef T & | lvalue |
| typedef T | result |
| typedef set_unary_ | ret |
Static Public Member Functions | |
| static result | read (const argument &x) |
| static void | write (lvalue l, const result &x) |
Definition at line 51 of file fun/math/cos.hh.
| typedef T mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::argument |
Definition at line 55 of file fun/math/cos.hh.
| typedef T& mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::lvalue |
Definition at line 56 of file fun/math/cos.hh.
| typedef T mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::result |
Definition at line 54 of file fun/math/cos.hh.
| typedef set_unary_ mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::ret |
Definition at line 53 of file fun/math/cos.hh.
| static result mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::read | ( | const argument & | x | ) | [inline, static] |
Definition at line 58 of file fun/math/cos.hh.
References mln::math::cos().
| static void mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::write | ( | lvalue | l, | |
| const result & | x | |||
| ) | [inline, static] |
Definition at line 63 of file fun/math/cos.hh.
References mln::math::acos().
1.7.1