.sub
Takes two numbers, subtracts the second from the first and returns the result.
.sub{4}{25} // Returns -21
.sub
Takes two numbers, subtracts the second from the first and returns the result.
.sub{4}{25} // Returns -21