Yet Another Calculator (Yet Another Calculator)
A Minecraft mod that adds in-game calculating functions.
安装
将模组放入mods文件夹,并确保已安装Fabric API和Fabric Language Kotlin。
使用方法
要进行计算,请输入“/calc ”。
支持的运算符:( ) + - * / ^(幂)
支持的常数:e, pi(大小写不敏感)
支持的函数:sin, cos, tan, deg
您可以使用%n和Out[n]来引用第n个计算结果。例如,%1 和 Out[1] 是第一个结果。 特别地, % 单独表示上一个结果。
版本&下载
Yet Another Calculator 0.1.4
Update to MC 1.21
Yet Another Calculator 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 parsing
**Full Changelog**: https://github.com/wafarm/Calculator/compare/v0.1.2...v0.1.3
- Support trigonometric functions (Sin, Cos and Tan)
- Support Deg function (convert degree to radian)
- Fix unary call parsing
**Full Changelog**: https://github.com/wafarm/Calculator/compare/v0.1.2...v0.1.3
Yet Another Calculator 0.1.2
Fix integer div integer
Yet Another Calculator 0.1.1
Added support for history: `%n` and `Out[n]`
**Full Changelog**: https://github.com/wafarm/Calculator/compare/v0.1...v0.1.1
**Full Changelog**: https://github.com/wafarm/Calculator/compare/v0.1...v0.1.1
Yet Another Calculator 0.1
收录


