Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Meta

Checking Versions

To check which version of the python library algebraeon is installed:

import algebraeon
assert(algebraeon.algebraeon_python_library_version() == "0.0.2")

To check which version of the Rust library for algebraeon is being used behind the scenes:

import algebraeon
assert(algebraeon.algebraeon_rust_library_version() == "0.0.16")