subtract(*columns: number, {
    "param": value,
    ...
}) -> (result: number)

An additional constant may be used to subtract from the final result.

subtract(*columns: number, {
    "param": value,
    ...
}) -> (result: number)
constant
number

A constant to subtract from input data.

ignore_nans
boolean

Whether to ignore NaNs or propagate them.