phystricks
Namespaces | Functions | Variables
Numerical.py File Reference

Namespaces

 phystricks.src.Numerical
 

Functions

def phystricks.src.Numerical.are_almost_equal (a, b, epsilon=0.0001)
 
def phystricks.src.Numerical.numerical_min (x, y, epsilon=None)
 return the minimum of x and y More...
 
def phystricks.src.Numerical.numerical_max (x, y, epsilon=None)
 
def phystricks.src.Numerical.is_almost_zero (x, epsilon=0.0001)
 
def phystricks.src.Numerical.numerical_is_negative (x)
 

Variables

 phystricks.src.Numerical.nx = numerical_approx(x)
 Same as numerical_min with ad-hoc changes. More...
 
 phystricks.src.Numerical.ny = numerical_approx(y)