Math_Numerical_RootFinding
[ class tree: Math_Numerical_RootFinding ] [ index: Math_Numerical_RootFinding ] [ all elements ]

File: Newton-Raphson2.php

Source Location: /Math_Numerical_RootFinding-0.3.0/examples/Newton-Raphson2.php

Classes:

Page Details:

Newton-Raphson 2 method usage example.

Includes:

require_once('Math/Numerical/RootFinding.php') [line 21]
Math_Numerical_RootFinding class.

d1x [line 43]

float d1x( float $x)

f'(x) callback function.


Parameters

float   $x   Variable value.
[ Top ]



d2x [line 55]

float d2x( float $x)

f''(x) callback function.


Parameters

float   $x   Variable value.
[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:15:24 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.