g.js — graphical objects for JavaScript

subtractsubtract

Subtract two numbers.

g.subtract(5, 3);

Parameters

  • a: The first number.
  • b: The second number.

See Also

  • add: Add two numbers.