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

Some std features of external crates aren't re-exported #623

Closed
alvinhochun opened this issue Jul 28, 2019 · 2 comments · Fixed by #1321
Closed

Some std features of external crates aren't re-exported #623

alvinhochun opened this issue Jul 28, 2019 · 2 comments · Fixed by #1321

Comments

@alvinhochun
Copy link

Some functions, for example Complex::to_polar, are listed in the docs, but since they are under the std feature of external crates (e.g. num-complex) and not re-exported by nalgebra these methods can't actually be used.

@sebcrozet
Copy link
Member

Hi! I’m not sure I understand the problem. Does your create depend on num-complex too? In that case enabling its std feature should work.

@sebcrozet
Copy link
Member

Ah, nevermind, you are referring to the Complex type reexported by nalgebra. Yeah, we should transitively enable num-complex/std.

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