arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
1
stars
0
forks
source link
Improve hypergeometric function node by using function reference instead of substitution #527
Open
crowlogic opened 1 month ago
Hypergeometric Function Refactor Proposal
Refactor the current hypergeometric function implementation to use function references for arguments.
Current Approach
Proposed Refactor
This change aims to improve performance and maintainability.