Skip to main content

Crate mumumath

Crate mumumath 

Source

Functions§

Cargo_lock
Host/dynamic loader entrypoint (used when the plugin is loaded via extend()). This symbol must NOT be present in WASM builds to avoid duplicate symbols.
register_all
Register all math:* bridges into the provided interpreter. This is used by embedded/static (WASM) builds and can also be used by hosts.
value_to_string
Recursion-protected conversion of Value to string. Falls back to “” if nesting is too deep.