GNOME Bugzilla – Bug 649484
Function documentation fails to indicate if a function allows for arbitrarily many arguments
Last modified: 2011-05-06 18:22:23 UTC
The docs read: ----------------------- NPV: net present value Arguments: rate: effective interest rate per period value1: cash flow for period 1 value2: cash flow for period 2 NPV calculates the net present value of a cash flow. Examples: npv(10%,100,100,-250) evaluates to ($14). ------------------------- The function appears to have 3 arguments but the example has four!
There should be an indication that this function in fact allows for an arbitrary number of arguments (cash flows)
We clearly known internally: it's a "nodes" function.
Out tool tips also show that more arguments are allowed. But the function help browser as well as the html and pdf docs do not show any indication.
This has been fixed with respect to the function help browser.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.