mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/code] Fix multiplication in Python app on simulator (#126)
This commit is contained in:
@@ -12,7 +12,7 @@ const EventData s_dataForEvent[4 * Event::PageSize] = {
|
||||
T("ℯ^(\x11)"), T("ln(\x11)"), T("log(\x11)"), T("𝐢"), T(","), T("^"),
|
||||
T("sin(\x11)"), T("cos(\x11)"), T("tan(\x11)"), T("π"), T("√(\x11)"), T("^2"),
|
||||
T("7"), T("8"), T("9"), T("("), T(")"), U(),
|
||||
T("4"), T("5"), T("6"), T("×"), T("/"), U(),
|
||||
T("4"), T("5"), T("6"), T("*"), T("/"), U(),
|
||||
T("1"), T("2"), T("3"), T("+"), T("-"), U(),
|
||||
T("0"), T("."), T("ᴇ"), TL(), TL(), U(),
|
||||
// Shift
|
||||
|
||||
Reference in New Issue
Block a user