stella
Manual
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
smoothstep
Function
34 statements
Source File
smooth_step.f90
smooth_step
smoothstep
Contents
public pure function smoothstep(x, N, minV, maxV)
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in)
::
x
integer,
intent(in)
::
N
real,
intent(in),
optional
::
minV
real,
intent(in),
optional
::
maxV
Return Value
real