You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is the expected behavior, but the following fails for me (I would expect it to work):
use uom::si::angle::radian;use uom::si::f64::Angle;fnmain(){let x = Angle::new::<radian>(5.0);let clamped = x.clamp(-Angle::HALF_TURN,Angle::HALF_TURN);}
I am not very familiar with the code under the hood, but looking here it looks like this should work (?).
The text was updated successfully, but these errors were encountered:
I am not sure if this is the expected behavior, but the following fails for me (I would expect it to work):
I am not very familiar with the code under the hood, but looking here it looks like this should work (?).
The text was updated successfully, but these errors were encountered: