Calling `floor()` and `ceil()` return, respectively: `RuntimeError: NameError: name 'floor' is not defined` `RuntimeError: NameError: name 'ceil' is not defined` This doesn't seem to be the case with `round()`
Calling
floor()andceil()return, respectively:RuntimeError: NameError: name 'floor' is not definedRuntimeError: NameError: name 'ceil' is not definedThis doesn't seem to be the case with
round()