Go to the source code of this file.
Functions/Subroutines | |
pure real(8) function | polynm (m, np, xa, ya, x) |
pure real(8) function polynm | ( | integer, intent(in) | m, |
integer, intent(in) | np, | ||
real(8), dimension(np), intent(in) | xa, | ||
real(8), dimension(np), intent(in) | ya, | ||
real(8), intent(in) | x | ||
) |
Definition at line 9 of file polynm.f90.