Fortran-lang/stdlib
贡献与规范
源文件
模块
过程
抽象接口
派生类型
stdlib_specialfunctions
模块
21 条语句
源文件
stdlib_specialfunctions.f90
stdlib_specialfunctions
内容
接口
dlegendre
legendre
使用
stdlib_kinds
被…使用
后代
stdlib_specialfunctions_legendre
接口
public interface
dlegendre
勒让德多项式的一阶导数
private pure elemental module function dlegendre_fp64(n, x) result(dleg)
参数
类型
意图
可选
属性
名称
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
返回值
real(kind=dp)
public interface
legendre
勒让德多项式
private pure elemental module function legendre_fp64(n, x) result(leg)
参数
类型
意图
可选
属性
名称
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
返回值
real(kind=dp)