squaresSum property

  1. @override
DynamicNumber squaresSum
override

The sum of the squares of the computed set. Is incremented by add.

Implementation

@override
DynamicNumber<dynamic> get squaresSum => _squaresSum;