mollendorff-forge 10.0.0-beta.8

Battle-tested financial math for AI. 173 Excel-compatible functions validated against Gnumeric & R. MCP integration, Monte Carlo, Decision Trees, Real Options.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Function definitions and registry
//!
//! This module provides the single source of truth for all Forge functions.
//! See ADR-013 for design details.

mod definitions;
pub mod registry;
#[cfg(test)]
mod registry_tests;

pub use registry::*;