Is there a mathematics-related namspace in .net?
Is there a math-related开发者_如何学JAVA namespace in .Net?
In particular, I'm looking for information/classes to support working with algebra, trigonometry and geometry.
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.
You might be interested in the Math.NET project. It's a mathematical opensource toolkit written in C# for the Microsoft .Net platform.
There is System.Math
class which is very basic.
Have a look at F# and there are many efforts recently in that area:
Is F# really better than C# for math?
精彩评论