Jasper
Jasper
Ah fantastic. I was using it in jsfiddle and wasn't able to access these lower level functions from the built library. I suppose this will suffice for most use-cases. thanks!
That's fantastic! Thanks. Everything makes sense to me except for dereferencing that computation. Presumably those brackets return a reference... but i'm not sure why. And doesn't calling a method on...
Ohhh I see. I got the order of operations mixed up. But now that I think about it, if I implement the function with this trait requirement and try to...
Oh that's too bad. I was hoping this library would implement something more along the lines of this: https://ferrisellis.com/content/rust-implementing-units-for-types/ This strategy allows for accepting a Length in any units without...
Ok i guess I'm trying to write my code to generally and I should just be using Kelvin
Thank you both! This was so helpful. I feel like I'm missing out on some of the implementation details surrounding dimensioned. I read through the examples, but found them a...
Just curious... why is there a specific type for dimensionless values? I would expect this to work instead: ```rust let x :f64 = speed / si::MPS; ``` Also, i'd expect...
Sure, here's a simple example rendered by sphinx: http://spdcalc.org/spdcalc/examples/minimal_debug.html Here's the github link: https://github.com/kshalm/spdcalc/blob/v2.0/python/docs/examples/minimal_debug.ipynb The plot doesn't render in github. But it shows up on nbviewer: https://nbviewer.jupyter.org/github/kshalm/spdcalc/blob/v2.0/python/docs/examples/minimal_debug.ipynb It does not...
Looks like there was a PR #31 for this but it was never merged. I'm trying to use monkberry for a project (and love it) but i really need lifecycle...