You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it should be fine (you could wait to see if #51 gets an official answer), but for a lot of math functions, including this case, you could also do them with numpy. numpy.floor
I know I'm only supposed to use python libraries of numpy and random, but is it okay to use math.floor() from the math library?
The text was updated successfully, but these errors were encountered: