alga icon indicating copy to clipboard operation
alga copied to clipboard

Documentation mentions nonexistent IdentityAdditive and IdentityMultiplicative traits

Open Craig-Macomber opened this issue 6 years ago • 1 comments

This documentation https://docs.rs/alga/0.5.3/alga/general/index.html#identity-elements mentions IdentityAdditive and IdentityMultiplicative traits which apparently do not exist.

Maybe it should refer to num_traits::identities instead?

Craig-Macomber avatar Mar 23 '18 06:03 Craig-Macomber

They should be: Identity<Additive> and Identity<Multiplicative>. Also it should be talking about Identity trait in general.

WaDelma avatar Mar 23 '18 06:03 WaDelma