[ https://issues.apache.org/jira/browse/MATH-682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119249#comment-13119249
]
Gilles commented on MATH-682:
-----------------------------
It should not be implemented in "MathUtils"; this class is already too bloated.
This concept could easily go in its own class; moreover it would make it easier to e.g. implement
caching of previously computed entries. This would also allow for [additional functionality|http://en.wikipedia.org/wiki/Pascal's_triangle].
> Pascal triangle
> ----------------
>
> Key: MATH-682
> URL: https://issues.apache.org/jira/browse/MATH-682
> Project: Commons Math
> Issue Type: New Feature
> Affects Versions: 3.0
> Environment: All
> Reporter: DI COSTANZO
> Priority: Trivial
>
> Create a method to get Pascal's triangle coefficient. This method could be implemented
in MathUtils, in a static way, with the following signature :
> double[] getTriangleCoefficient(final int order)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|