dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

sinc + sinhc #68

Closed adamnemecek closed 5 years ago

sebcrozet commented 5 years ago

Thanks! You should add the implementations directly in the trait so that it is provided by default. This will also avoid this PR from being a breaking change.

sebcrozet commented 5 years ago

Thanks!