Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation mentions nonexistent IdentityAdditive and IdentityMultiplicative traits #39

Open
Craig-Macomber opened this issue Mar 23, 2018 · 1 comment

Comments

@Craig-Macomber
Copy link

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?

@WaDelma
Copy link
Contributor

WaDelma commented Mar 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants