Closed g-bauer closed 2 years ago
This does not consider whether the dual parts of self.re are 0 for recursive dual numbers. It could call itself on self.re but that requires an additional trait (because of the implementation for f64)
self.re
f64
This does not consider whether the dual parts of
self.re
are 0 for recursive dual numbers. It could call itself onself.re
but that requires an additional trait (because of the implementation forf64
)