Is there a math-related namespace in .Net?
In particular, I'm looking for information/classes to support working with algebra, trigonometry and geometry.
From stackoverflow
-
System.Math(It's a class, not a namespace)...and yes, they will definitely help you develop a Windows Application that uses Algebra, Trigonometry, and Geometry.
-
There is
System.Mathclass which is very basic. Have a look at F# and there are many efforts recently in that area:http://stackoverflow.com/questions/379722/is-f-really-better-than-c-for-math
-
You might be interested in the Math.NET project. It's a mathematical opensource toolkit written in C# for the Microsoft .Net platform.
0 comments:
Post a Comment