itt-ustutt / num-dual

Generalized (hyper-) dual numbers in rust
Other
53 stars 6 forks source link

atan2 and copysign implementation for dual numbers #61

Closed prehner closed 1 year ago

prehner commented 1 year ago

the atan2 and copysign functions of nalgebra::RealField are still missing but should be reasonably straightforward to add.