No description
Find a file
2025-08-21 16:14:36 +02:00
bin Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
lib Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
test Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
.gitignore Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
analysis_options.yaml Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
firejail-warp-terminal.profile Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
pubspec.lock Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
pubspec.yaml Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00
README.md docs: Update README with Math Formulae Manager project description 2025-08-21 15:52:30 +02:00
warp-terminal.sh Exclude files of warp jail, add some other files 2025-08-21 16:14:36 +02:00

Math Formulae Manager

A comprehensive command-line application for managing and computing mathematical formulas across various disciplines including mathematics, physics, medicine, and engineering.

Features

Formula Search and Computation

  • Search through a vast collection of formulas from multiple domains:
    • Mathematics
    • Physics
    • Medical sciences
    • Engineering
    • And more!
  • Input values for formula variables
  • Get computed results with proper units

Unit Management

  • Each data value includes its magnitude and unit
  • Convert between different units seamlessly
  • Automatic unit validation and conversion

Formula Editor

  • Built-in formula editor using the d4rt interpreter
  • Create and modify formulas with ease
  • Syntax highlighting and validation

Formula Sharing

  • Share formulas with other users
  • Import formulas from the community
  • Collaborative formula database

Rich Formula Documentation

Each formula includes:

  • The formula itself - Mathematical expression
  • Explanation - Detailed description in Markdown format
  • Images - Visual diagrams, graphs, or illustrations
  • Examples - Sample calculations and use cases

Project Structure

  • bin/ - Main executable and entry point
  • lib/ - Core library code and formula engine
  • test/ - Unit tests and formula validation tests

Getting Started

[Installation and usage instructions to be added]

Contributing

[Contribution guidelines to be added]