Exemplo n.º 1
0
def setXTolerance(*args):
  """
    setXTolerance(double tolx)

    Sets the termination threshold for the change in x. 
    """
  return _rootfind.setXTolerance(*args)
Exemplo n.º 2
0
def setXTolerance(*args):
  """
    setXTolerance(double tolx)

    Sets the termination threshold for the change in x. 
    """
  return _rootfind.setXTolerance(*args)
Exemplo n.º 3
0
def setXTolerance(tolx):
    """
    Sets the termination threshold for the change in x.  

    Args:
        tolx (float)
    """
    return _rootfind.setXTolerance(tolx)
Exemplo n.º 4
0
def setXTolerance(tolx):
    """
    Sets the termination threshold for the change in x.  

    Args:
        tolx (float)
    """
    return _rootfind.setXTolerance(tolx)
Exemplo n.º 5
0
def setXTolerance(*args):
  return _rootfind.setXTolerance(*args)