[Idea] ExtendedMath Class 03-14-2014, 05:46 PM
#1
I was thinking about making a class in a bunch of different languages to replace the default Math class. The purpose would be to simply introduce new functions not covered by the original class. As such, I would need to re-write the whole existing class' functions to work independently from the original class. I would then add more things that the original class cannot do.
I was just wondering if there was a point. I get that in .NET-dependent languages this would make no difference as Math is a dependency by default. However, it could be useful in other languages where you are required to import something like cmath in Python.
I was just wondering if there was a point. I get that in .NET-dependent languages this would make no difference as Math is a dependency by default. However, it could be useful in other languages where you are required to import something like cmath in Python.







![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

