✅ advanced math in c#
is there any math module in C# that would evaluate
(1/sqrt(2))^2
as 1/2 ? Something like Wolfram Mathematica
but much simpler.2 Replies
Maybe this?
https://github.com/asc-community/AngouriMath
i will try it out thx