Skip to main content

work_at_angle_degrees

Function work_at_angle_degrees 

Source
pub fn work_at_angle_degrees(
    force: f64,
    displacement: f64,
    angle_degrees: f64,
) -> Option<f64>
Expand description

Computes mechanical work when the applied-force angle is given in degrees.

This function converts angle_degrees to radians internally and then delegates to work_at_angle.