You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
Is that supposed to be a joke? https://github.com/elementzprojects/mathlib/blob/master/mathlib.py#L2
well i mean it can help with cleaning the code and having it be more understandable if you're doing something heavy math related.
Yeah, because mathlib.add(1, 2) is more concise than 1 + 2. But even then, it's actually int(mathlib.add(1, 2)) since you need to re-cast the result to an int. Doesn't seem more clean or understandable to me.
yeah I mean the basic stuff like that is useless, also yeah idk why he has the function convert it to str automatically.
what about int.__add__(a,b)?