#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) |
| typedef T mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::argument |
| typedef T& mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::lvalue |
| typedef T mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::result |
| typedef set_unary_ mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::ret |
| static result mln::trait::next::set_unary_< mln::fun::cos, mln::value::Floating, T >::read | ( | const argument & | x | ) | [inline, static] |
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] |
References mln::math::acos().
1.7.1