richard-uk1/integer-sqrt-rs

Implement for num::Integer?

Closed this issue · 1 comments

This could be probably put behind a --feature (or not, if you don't mind num-integer and num-traits dependencies), but it would be nice if this worked for a generic T: num::Integer.

Actually, apologies, num already provides .sqrt() in Roots trait.