add method

Adds a number n (num) to the computation.

Implementation

@override
StandardDeviationComputerBigInt add(num n) => addBigInt(BigInt.from(n));