standard_normal_cdf Interface

interface
public pure module function standard_normal_cdf(x) result(cdf)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x

Return Value real(kind=dp)

Description

標準正規分布の累積分布関数値を返す。