文件名称:CalcuLaTeX:进行中的漂亮打印计算器语言
文件大小:185KB
文件格式:ZIP
更新时间:2024-03-24 03:56:32
calculator latex interpreter math Rust
计算乳胶 在试用 例子 ''' Given a rock with mass $m_{rock}$ thrown by a force of $F_0$ acting over a duration $dt_{force}$, calculate its airtime and the max height it achieves. ''' ''' Given: ''' g = 9.81 m/s^2 m_{rock} = 10 kg F_0 = 1000 N dt_{force} = 0.1 s ''' Solution: ''' y_{vel} = F_0 / m_{rock} * dt_{force} = ? airtime = y_{vel} / g * 2 = ? height_{max} = y_{vel} * airtime / 4 = ? cm 输出: ''' Calc
【文件预览】:
CalcuLaTeX-main
----Cargo.toml(637B)
----.github()
--------workflows()
----Cargo.lock(17KB)
----src()
--------latex.rs(11KB)
--------error.rs(2KB)
--------statement.rs(6KB)
--------expr()
--------parser()
--------lib.rs(258B)
--------parser.rs(4KB)
--------bin()
--------expr.rs(2KB)
----images()
--------ex1.png(59KB)
--------tutorial.png(103KB)
----CONTRIBUTING.md(592B)
----LICENSE(16KB)
----README.md(2KB)
----.gitignore(19B)
----test_files()
--------test1.math(379B)
--------test5.math(312B)
--------test4.math(22B)
--------test6.math(187B)
--------test3.math(49B)
--------basic.math(130B)
--------test2.math(57B)
--------test7.math(678B)
--------test8.math(260B)
--------chm.math(254B)