Modules§
Structs§
- Type
Vector - Finite hyper-Catalan type vectors of the form
[m2, m3, m4, ...].
Enums§
- Geode
Error - Errors returned by checked Geode helpers.
Functions§
- catalan_
from_ geode_ dimension - Returns the one-dimensional Catalan value that matches
[n]. - checked_
factorial - Returns
n!using checkedu128arithmetic. - checked_
product_ factorials - Returns the checked product of each factorial in
values. - diagonal_
geode_ 2d - Returns the diagonal Geode coefficient for
[n, n]. - diagonal_
geode_ 3d - Returns the diagonal Geode coefficient for
[n, n, n]. - diagonal_
geode_ 4d - Returns the diagonal Geode coefficient for
[n, n, n, n]. - exact_
divide - Returns an exact integer quotient.
- face_
count - Returns the total face count
F = m2 + m3 + m4 + .... - geode
- Returns the Geode coefficient
G[m]for small exact inputs. - geode_
memoized - Returns the Geode coefficient
G[m]using internal memoization. - geode_
on_ first_ axis - Returns the Geode coefficient along the first axis
[n]. - hyper_
catalan - Returns the finite-type hyper-Catalan coefficient for
m. - polygon_
edge_ count - Returns
E = 1 + 2m2 + 3m3 + 4m4 + ...using checkedu128arithmetic. - polygon_
vertex_ count - Returns
V = 2 + m2 + 2m3 + 3m4 + ...using checkedu128arithmetic.