Mathematical Function

  • Thread starter Thread starter Jerry chapman
  • Start date Start date
J

Jerry chapman

Does C# have the standart mathematical functions such as sin,cos etc.? Or
does one have to use pinvoke>
 
Jerry,
Have you checked out the System.Math class?

It has a number of standard mathematical functions as static methods.

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top