-
Notifications
You must be signed in to change notification settings - Fork 9
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
New Colors, Math Stuff and More Docs [Fixed] #28
Conversation
nmsderp
commented
Aug 16, 2023
- Added new color ,"Crimson."
- Added math stuff (value of pi built in)
- Docs for the math stuff (and updated color docs).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, so I will merge this code, but I want to tell you something: you cannot use - in python, because python thinks that's a minus, you can only use _. For now it's no prob I will fix it but please next time check by yourself if your code is right. But thanks for the contribution!
# tbh this might get removed | ||
class Fusion-math: | ||
# most likely useless but i put it here anyway | ||
self.VALUE-OF-PI = 3.141592653589793238462643383279502884197. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how did this get merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it when I was merging it lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can't hyphen a variable in Python 3, all hail the _
# tbh this might get removed | ||
class Fusion-math: | ||
# most likely useless but i put it here anyway | ||
self.VALUE-OF-PI = 3.141592653589793238462643383279502884197. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how did this get merged