double method

Point double()

Point doubling: P+P, complete formula.

Implementation

Point double() => add(this);