Public Types | |
using | ValType = Val |
using | Self = Cos< Val > |
Public Member Functions | |
Cos (Val val) | |
auto | solve () |
std::string | latex () const |
template<typename T > | |
Power< Self, T > | pow (const T &power) |
template<typename Base > | |
Log< Self, Base > | log (Base base) |
NaturalLog< Self > | ln () |
Root< Self, int > | sqrt () |
Protected Attributes | |
Val | val |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Cos &s) |