Bracer
Java library for parsing and evaluating math expressions
Install / Use
/learn @dtitov/BracerREADME
Features:
- parse math expressions;
- evaluate math expressions;
- convert from infix to postfix notation;
- calculate expression in postfix notation;
- implements the shunting-yard algorithm;
- understands complex numbers.
Usage:
Add the repo to your pom.xml:
<repositories>
<repository>
<id>bracer-mvn-repo</id>
<url>https://raw.github.com/dtitov/bracer/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
Then add the dependency:
<dependency>
<groupId>io.github.autsia</groupId>
<artifactId>bracer</artifactId>
<version>~</version>
</dependency>
Except as otherwise noted, this library is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
