Is there a math-related namespace in .Net?
In particular, I'm looking for information/classes to support working with algebra, trigonometry and geometry.
Is there a math-related 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.
There is System.Math
class which is very basic.
Have a look at F# and there are many efforts recently in that area: