Every line of 'python math floor' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
77 def floor(x): 78 return Floor(float(x))
74 def ifloor(x): 75 return int(floor(x))