smooth_step Module


Functions

public pure function smoothstep(x, N, minV, maxV)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: x
integer, intent(in) :: N
real, intent(in), optional :: minV
real, intent(in), optional :: maxV

Return Value real

public pure function smoothstep0(x)

Arguments

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

Return Value real

public pure function smoothstep1(x)

Arguments

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

Return Value real

public pure function smoothstep2(x)

Arguments

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

Return Value real

public pure function smoothstepN(x, N)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: x
integer, intent(in) :: N

Return Value real

public pure function pascalTriangle(a, b)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: a
integer, intent(in) :: b

Return Value integer