
C2LHopitalRatio(a,b) returns a new C2Function which evaluates as a/b with special care near zeros of the denominator.
It caches coefficients once it has found a zero, and evaluates very quickly afterwards near that point.
Definition at line 1534 of file C2Functions.py.
Public Member Functions | |
| def | dxsolve |
| def | value_with_derivatives |
| get the value of the function, and its first & second derivative | |
Static Public Attributes | |
| string | name = '/' |
| int | epsx1 = 1 |
| int | epsx2 = 1 |
| int | eps0 = 1 |
| int | eps1 = 1 |
| int | dblmin = 2 |
| cache = None | |
1.5.4