siddhartha-gadgil / Superficial

Curves and other structures on surfaces (topology)
MIT License
3 stars 13 forks source link

Using doubles for lengths #91

Closed siddhartha-gadgil closed 3 years ago

siddhartha-gadgil commented 3 years ago

Computing lengths with BigDecimal is unnecessay and slow. These have been replaced by Doubles. A corresponding check for equality has been replaced by approximate equality.