sub - Subtract operation

Name

sub — Subtract operation

Description

sub is exactly like add, and uses the same arguments. The difference is that sub obviously subtracts instead of adds.

See also

add - Add to dataset, mul - Multiply operation, div - Divide operation