[poincare] Create a class square root

Change-Id: I326212043c9342cab43ac35b4d0edecdf89649fc
This commit is contained in:
Émilie Feral
2017-01-18 15:06:37 +01:00
parent bc3bc0fcd7
commit 290c2ff6c1
8 changed files with 70 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ static constexpr EventData s_dataForEvent[] = {
TL(), TL(), U(), U(), U(), U(),
TL(), TL(), TL(), TL(), TL(), TL(),
T("exp()"), T("ln()"), T("log()"), T("i"), T(","), T("^"),
T("sin()"), T("cos()"), T("tan()"), T("Pi"), T("sqrt()"), T("^2"),
T("sin()"), T("cos()"), T("tan()"), T("Pi"), T("v()"), T("^2"),
T("7"), T("8"), T("9"), T("("), T(")"), U(),
T("4"), T("5"), T("6"), T("*"), T("/"), U(),
T("1"), T("2"), T("3"), T("+"), T("-"), U(),