package
3.0.9+incompatible
Repository: https://github.com/pydio/cells.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewFloat returns a big Float with a 512 precision.
NewFraction from a numerator and denominator.
NewFractionFromMaterializedPath function.
No description provided by the author
NewMPath from mpath.
NewMPathFromMPath returns a copy of a slice.
No description provided by the author
NewTreeNode wraps a node with its rational equivalent of the mpath.
ToPath a Fraction.
No description provided by the author

# Constants

No description provided by the author

# Structs

Float type.
Fraction type.
Rat is a float type.
TreeNode definition.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
MPath type struct.
Nat is an unsigned integer x of the form x = x[n-1]*_B^(n-1) + x[n-2]*_B^(n-2) + ..