wucke13
wucke13
Fixed yet another bug, now it could work
Probably this is still not ready, I got some errors (even so the test suite runs through flawlesly: ``` error[E0599]: no method named `cbrt` found for type `f64` in the...
I got this from running cargo build from a project where I use `uom`, however, I spent half an hour now trying to recreate it and couldn't.
Anyway, I replaced the three offending instances of freestanding calls to the float functions with explicit mentioning of the `num_traits::Float` trait.
@iliekturtles Ok, now I could use your help. Never worked with `Complex`.
Yes, further on there is a `libm` feature in `num`, which can be easily used since `num` is a dependency already
@iliekturtles Any chance that you take you _fix_ this?
Another instance of this can be observed when trying to build `nushell`: ``` git clone https://github.com/nushell/nushell.git cd nushell # the current release while I'm writing this git checkout 0.28.0 nix-env...
I like this idea, I would be happy to accept a PR. Do you feel like making one?
@Artturin How would you like the CLI to look like for this?