Function S2Cell.exactArea

Returns the area of this cell as accurately as possible. This method is more expensive but it is accurate to 6 digits of precision even for leaf cells (whose area is approximately 1e-18).

double exactArea() const;