pub async fn rem( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the remainder after dividing num by div. If num is negative, the result will be too.
num
div