theory-examples
    Preparing search index...

    Function div

    • Parameters

      • firstNumber: number

        Consists of the first operand of the division

      • secondNumber: number

        Consists of the second operand of the division

      Returns number

      The division of the two numbers firstNumber and secondNumber

      div(4, 8) = 0.5