NewtonRaphson
Table of Contents
Constants
-
MAX_ITERATIONS
= 256
Properties
-
$callback
: callable(float): mixed
Methods
-
__construct()
: mixed
-
execute()
: string|int|float
MAX_ITERATIONS
private
mixed
MAX_ITERATIONS
= 256
$callback
protected
callable(float): mixed
$callback
__construct()
public
__construct(callable(float): mixed $callback) : mixed
Parameters
-
$callback
: callable(float): mixed
-
execute()
public
execute(float $probability) : string|int|float
Parameters
-
$probability
: float
-
Return values
string|int|float