-
Notifications
You must be signed in to change notification settings - Fork 439
L_23p
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
ramp function::
ramp(DM x) -> DM ramp(SX x) -> SX[ \begin {cases} R(x) = 0 & x <= 1 \ R(x) = x & x > 1
\ \end {cases} ]
Also called: slope function
To edit, see writing tips.