Scientific Calculations Component

  • Thread starter Thread starter Kuldeep
  • Start date Start date
K

Kuldeep

Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.

Thanks in advance,
Kuldeep
 
uh you should just use Excel

oh wait a second, I don't see 'Visual C# editor' under tools, macros
maybe Excel doesn't support C#?
 
Thank you Jason for the leads.
Would look forward for some more interaction as the need arises.

Thanks a lot once again,
Kuldeep
 
Kuldeep said:
Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.

Are you using it at design-time (That would be a Visual Studio add-in,
language needn't be C# or even .NET) or run-time (not an add-in, just a
managed class library)?
 
Back
Top