Skip to main content

final_angular_velocity_squared

Function final_angular_velocity_squared 

Source
pub fn final_angular_velocity_squared(
    initial_angular_velocity: f64,
    angular_acceleration: f64,
    angular_displacement: f64,
) -> Option<f64>
Expand description

Computes squared final angular velocity using ω_final² = ω_initial² + 2αθ.

Returns None when any input is not finite, when the computed squared value is negative, or when the computed squared value is not finite.