1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 19:18:05 +00:00

help for formula parser

This commit is contained in:
Zeno Rogue
2018-11-07 01:03:27 +01:00
parent 077c7657b8
commit d1f6b1fff3
3 changed files with 12 additions and 1 deletions

View File

@@ -223,4 +223,8 @@ ld parseld(const string& s) {
return real(ep.parse());
}
string parser_help() {
return XLAT("Functions available: %1",
"(a)sin(h), (a)cos(h), (a)tan(h), exp, log, abs, re, im, conj, let(t=...,...t...), e, i, pi");
}
}