numerix_doc 0.4
|
#include <tangent.hpp>
Definition at line 35 of file tangent.hpp.
tangent | ( | ) | [inline] |
Definition at line 42 of file tangent.hpp.
: c (0), d (0) {}
Definition at line 43 of file tangent.hpp.
tangent | ( | const T & | c2 | ) | [inline] |
Definition at line 45 of file tangent.hpp.
: c (c2), d (0) {}
Definition at line 46 of file tangent.hpp.
Definition at line 48 of file tangent.hpp.
: c (copy (z)), d (0) {}
Definition at line 49 of file tangent.hpp.
: c (c2), d (d2) {}