User profile: Auroch

User info
User name:Auroch
History
Joined:
Number of posts:71
Latest posts:

Integral evaluation
Tank you so much. When I set [code]while (k<n)[/code] in line 25, answer is equal 0.9. It's a bit be...

Integral evaluation
Hello! I'm trying to write a program to evaluate a definite integral with Simpson's composite rule. ...

Maximal Coordinate searching
Thanks for the help, guys! You are the best!

Computing adjusted BMR (using overloaded function)
Thanks. Now it's more clear for me. It's an adjustment to my previous post here.

Maximal Coordinate searching
I've declared (for test) [code] max = 0; for (itr = first; itr <= end; itr++) { if ((itr)->...