crowlogic / arb4j

arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
Other
1 stars 0 forks source link

memoize and refer to existing variable references when possible #390

Closed crowlogic closed 4 months ago

crowlogic commented 4 months ago

Compiler.loadFunctionClass A
defineClass( className=A, ... )

Variable(#1768792843).resolveReference(reference=n)
Declaring n as the input node to n➔n➔n*C(n/2)*C(n-1) (Expression#1316557528)

Variable(#1402433372).resolveReference(reference=n)
Declaring n as the input node to n➔n➔n*C(n/2)*C(n-1) (Expression#1316557528)

Variable(#737945227).resolveReference(reference=n)
Declaring n as the input node to n➔n➔n*C(n/2)*C(n-1) (Expression#1316557528)