div abstract method

T div(
  1. T a,
  2. T b
)

Computes the division: a / b.

Implementation

T div(T a, T b);