cargodog / polynomials

MIT License
4 stars 4 forks source link

Use `num_traits` for broader compatibility with other numeric libs #27

Open cargodog opened 4 years ago

cargodog commented 4 years ago

@RagibHasin had a good suggestion to make use of the well established num_traits.

saona-raimundo commented 3 years ago

I also was missing Zero and One trait implementations :)