VikSa666 / math-rs

A mathematical library
0 stars 0 forks source link

Implement unordered sets #7

Open VikSa666 opened 1 year ago

VikSa666 commented 1 year ago

Implement in some way the idea of sets, without repetition or something

VikSa666 commented 1 year ago

Cannot implement simple HashSet because the f32 and f64 numeric types do not implement the Eq trait. Can't implement traits to types not defined in current crate.