Brent Module

Functions and values

Function or value Description

tryFindRoot func lowerBound upperBound

Full Usage: tryFindRoot func lowerBound upperBound

Parameters:
    func : float -> float
    lowerBound : float
    upperBound : float

Returns: float option
func : float -> float
lowerBound : float
upperBound : float
Returns: float option

tryFindRootWith accuracy maxInterations func lowerBound upperBound

Full Usage: tryFindRootWith accuracy maxInterations func lowerBound upperBound

Parameters:
    accuracy : float
    maxInterations : int
    func : float -> float
    lowerBound : float
    upperBound : float

Returns: float option
accuracy : float
maxInterations : int
func : float -> float
lowerBound : float
upperBound : float
Returns: float option