3-manifolds / SnapPy

SnapPy is a package for studying the topology and geometry of 3-manifolds, with a focus on hyperbolic structures. It is based on the SnapPea kernel written by Jeff Weeks.
https://snappy.computop.org/
87 stars 41 forks source link

a few formatting and code details in RUR #25

Closed fchapoton closed 3 years ago

fchapoton commented 3 years ago

just a few changes

culler commented 3 years ago

Line 531 (new version) looks suspicious to me: return (self * self) ** (other / 2)

Matthias, should that be (other // 2) ?? We don't want a floating point exponent, do we?

fchapoton commented 3 years ago

I switched to //