dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Fix d128 support, except for Real and SuperOf traits. #50

Closed sebcrozet closed 6 years ago

sebcrozet commented 6 years ago

The Real trait cannot be implemented because of missing implementation of traits from the num crate for d128.