Skip Menu |

This queue is for tickets about the Math-Brent CPAN distribution.

Report information
The Basics
Id: 39753
Status: resolved
Priority: 0/
Queue: Math-Brent

People
Owner: jgamble [...] cpan.org
Requestors: pamartin [...] alum.mit.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: 0.03



Subject: Error in documentation
There is an error in the documentation for Math::Brent. The function BracketMinimum is listed in the Synopsis as taking four arguments: my ($ax,$bx,$cx,$fa,$fb,$fc)=BracketMinimum($ax,$bx,$cx,\&func); It is clear from the source code that this function takes only three arguments, and that the argument $cx should be eliminated from the function call. In fact, the third paragraph under the Description section describes the calling of BracketMinimum correctly. The omission of $cx from the function call in the Synopsis is the only change needed. The remainder of the documentation appears to be correct. Thank you for submitting this code to CPAN.
Fixed in version 0.02; actually uploaded in version 0.03 (there was an ownership conflict).