kcl_lib::std::math

Function 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.