Function kcl_lib::std::math::floor

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

Compute the largest integer less than or equal to a number.