Yet Another Calculator
ModrinthA Minecraft mod that adds in-game calculating functions.
1.9k téléchargements 7 abonnés mis à jour 11mo ago
dernière v0.1.5 Modrinth
Yet Another Calculator
A Minecraft mod that adds in-game calculating functions.
Installation
Put the mod in the mods folder, and make sure you have Fabric API and Fabric Language Kotlin installed.
Usage
To calculate something, type /calc <expression>.
Supported operators: ( ) + - * / ^(power)
Supported constants: e pi (case-insensitive)
Supported functions: sin cos tan deg
You can use %n and Out[n] to refer to the n-th calculation result. For example, %1 and Out[1] is the first
result. Specially, % alone is the previous result.
Versions
Release
0.1.3
- Support Minecraft 1.20.2
- Support trigonometric functions (Sin, Cos and Tan)
- Support Deg function (convert degree to radian)
- Fix unary call…
Release
0.1.1
Added support for history: `%n` and `Out[n]`
**Full Changelog**: https://github.com/wafarm/Calculator/compare/v0.1...v0.1.1

Commentaires 0
Aucun commentaire pour l'instant. Sois le premier à donner ton avis.