d4t_formulas/lib/d4rt_formulas.dart

9 lines
296 B
Dart
Raw Normal View History

/// A library for working with mathematical formulas using the d4rt interpreter.
///
/// This library provides data models for representing formulas and an evaluator
/// for executing them using the d4rt Dart interpreter.
2025-09-05 16:53:06 +00:00
library;
export 'formula_models.dart';
export 'formula_evaluator.dart';