How to convert from f32 to f64 based units? #484
Unanswered
ChocolateLoverRaj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using one library which I get electrical current represented by f32. I do math on the current, and I need to input that to a library that needs current in f64. I'm not sure how to do that without extracting the value and recreating a unit with f64. Is there an easier method which is less likely to have mistakes in conversion?
Beta Was this translation helpful? Give feedback.
All reactions