#include "exprUnary.hpp"
Go to the source code of this file.
Classes | |
class | exprInv |
class inverse (1/f(x)) More... | |
Functions | |
CouNumber | inv (register CouNumber arg) |
the operator itself | |
CouNumber | oppInvSqr (register CouNumber x) |
derivative of inv (x) | |
CouNumber | inv_dblprime (register CouNumber x) |
inv_dblprime, second derivative of inv (x) |
the operator itself
Definition at line 18 of file exprInv.hpp.
Referenced by exprInv::F(), inv_dblprime(), and oppInvSqr().
inv_dblprime, second derivative of inv (x)
Definition at line 28 of file exprInv.hpp.
References inv().