maths.numerical_analysis.newton_forward_interpolation ===================================================== .. py:module:: maths.numerical_analysis.newton_forward_interpolation Functions --------- .. autoapisummary:: maths.numerical_analysis.newton_forward_interpolation.main maths.numerical_analysis.newton_forward_interpolation.ucal Module Contents --------------- .. py:function:: main() -> None .. py:function:: ucal(u: float, p: int) -> float >>> ucal(1, 2) 0 >>> ucal(1.1, 2) 0.11000000000000011 >>> ucal(1.2, 2) 0.23999999999999994