Function or value | Description |
Full Usage:
tryFindRoot func lowerBound upperBound
Parameters:
float -> float
lowerBound : float
upperBound : float
Returns: float option
|
|
Full Usage:
tryFindRootWith accuracy maxInterations func lowerBound upperBound
Parameters:
float
maxInterations : int
func : float -> float
lowerBound : float
upperBound : float
Returns: float option
|
|