smoothstep Function

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