Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Math library allowed? #65

Closed
GoldenWither opened this issue May 24, 2021 · 2 comments
Closed

Is Math library allowed? #65

GoldenWither opened this issue May 24, 2021 · 2 comments

Comments

@GoldenWither
Copy link

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?

@duckboycool
Copy link

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

@GoldenWither
Copy link
Author

Oh ok. I've never really used numpy so i didn't realize it had that function. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants