maths.numerical_analysis.newton_forward_interpolation¶
Functions¶
|
|
|
Module Contents¶
- maths.numerical_analysis.newton_forward_interpolation.main() None ¶
- maths.numerical_analysis.newton_forward_interpolation.ucal(u: float, p: int) float ¶
>>> ucal(1, 2) 0 >>> ucal(1.1, 2) 0.11000000000000011 >>> ucal(1.2, 2) 0.23999999999999994