does anyone know where I can find some help on integration functions in c++?
axiss
0
Newbie Poster
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 lower bounds are defined?
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
SpS
34
Posting Pro
AhmedHan
0
Junior Poster in Training
axiss
0
Newbie Poster
Dani
3,632
The Queen of DaniWeb
Administrator
Featured Poster
Premium Member
Dave Sinkula
2,398
long time no c
Team Colleague

iamthwee
Dani
3,632
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 developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.