소개
Cal is a simple mathematical expression calculation service built with the FastMCP framework and the Bun runtime. It leverages the expr-eval library to parse and compute user-provided mathematical expressions, interacting with the external world through standard input/output (stdio). This tool aims to provide an efficient calculation utility that supports basic mathematical operations and built-in constants such as E, PI, true, and false.
주요 기능
- Supports basic arithmetic operations.
- 2 GitHub stars
- Calculates user-inputted math expressions.
- Built with FastMCP and Bun for efficiency.
- Includes built-in constants (E, PI, true, false).
사용 사례
- Integrating mathematical calculations into other applications.
- Performing calculations in environments with Bun runtime.
- Providing a simple command-line calculator.