does anyone know where I can find some help on integration functions in c++?
Recommended Answers
Jump to Postdoes anyone know where I can find some help on integration functions in c++?
By integration functions do you mean stuff like this:
[IMG]http://img20.imageshack.us/img20/1562/int4kv.png[/IMG]
where the the upper and …
Jump to PostI don't think there is any built in standard function to do it in C++. You need to use numerical techniques to solve this. Try implementing trapezoidal, simpson etc.. in C++.
Jump to PostThe best way is to create your own classes in such situations. It is not difficult to find sample code on the net. Even if you find it, it won't be handy, because your own code can't take the place of someone else's.
I think it is a waste …
All 9 Replies
iamthwee
1,547
Banned
Featured Poster
SpS
34
Posting Pro
AhmedHan
0
Junior Poster in Training
axiss
0
Newbie Poster
Dani
2,416
The Queen of DaniWeb
Administrator
Featured Poster
Premium Member
Dave Sinkula
2,398
long time no c
Team Colleague
iamthwee
1,547
Banned
Featured Poster
Dani
2,416
The Queen of DaniWeb
Administrator
Featured Poster
Premium Member
ynikitenko
0
Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.