Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
site-packages
/
scipy
/
optimize
/
__pycache__
/
File Content:
zeros.cpython-35.opt-1.pyc
��W�M � @ sk d d l m Z m Z m Z d d l Z d d l m Z d d l m Z m Z m Z d Z d Z d e e � j Z d d d d d g Z d Z d Z d Z d e d e d e i Z Gd d � d e � Z d d � Z d f d d d d d � Z f e e e d d d d � Z f e e e d d d d � Z f e e e d d d d � Z f e e e d d d d � Z d S)!� )�division�print_function�absolute_importN� )�_zeros)�finfo�sign�sqrt�d g�-����=� �newton�bisect�ridder�brentq�brenth� convergedz sign errorzconvergence error� c @ s. e Z d Z d Z d d � Z d d � Z d S)�RootResultsa� Represents the root finding result. Attributes ---------- root : float Estimated root location. iterations : int Number of iterations needed to find the root. function_calls : int Number of times the function was called. converged : bool True if the routine converged. flag : str Description of the cause of termination. c C sd | | _ | | _ | | _ | d k | _ y t | | _ Wn"