Quotient of functions functor: f(x) / g(x).
More...
#include <MathUtils_FunctorScalar.hxx>
Quotient of functions functor: f(x) / g(x).
- Template Parameters
-
| F | numerator function type |
| G | denominator function type |
◆ Quotient()
Constructor from two functions.
- Parameters
-
| theF | numerator function |
| theG | denominator function |
◆ Value()
Evaluates quotient f(theX) / g(theX).
- Parameters
-
| [in] | theX | input value |
| [out] | theY | quotient value |
- Returns
- false if evaluation fails or denominator is zero
The documentation for this class was generated from the following file: