novacrazy / dual_num

Dual Number library for Rust
https://docs.rs/dual_num/
17 stars 4 forks source link

Implement Default trait #7

Closed benruijl closed 5 years ago

benruijl commented 5 years ago

Implement the Default trait that initializes the dual number to 0.

novacrazy commented 5 years ago

Fixed with #8