fdim

Returns the positive difference between x and y.

If either of x or y is NaN, it will be returned.

real
fdim
(
real x
,
real y
)

Return Value

Type: real
Special Values
Argumentsfdim(x, y)
x > yx - y
x <= y+0.0

Meta