Function kcl_lib::std::math::to_degrees

source ยท
pub async fn to_degrees(
    _exec_state: &mut ExecState,
    args: Args,
) -> Result<KclValue, KclError>
Expand description

Converts a number from radians to degrees.