Menu

#1 Secant function call documentation

open
nobody
5
2008-11-03
2008-11-03
Vincent T.
No

Hello,

thanks for the very useful module !

There is a minor error in the secant function call provided as an example on line 652 of polynom.pm.

650 Same with the secant method:
651
652 eval { $r = $p1->secant(p0 => 0, p2 => 2, precision => 0.001); };

It should be "p1 => 2" instead of "p2 => 2" as follows.

"eval { $r = $p1->secant(p0 => 0, p1 => 2, precision => 0.001); };"

Vincent

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.