Takaro - v0.4.11
    Preparing search index...

    Function subtract

    • Subtract two numbers.

      Parameters

      • minuend: number

        The first number in a subtraction.

      • subtrahend: number

        The second number in a subtraction.

      Returns number

      Returns the difference.

      _.subtract(6, 4);
      // => 2