We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa128c commit f5fa56cCopy full SHA for f5fa56c
examples/misc.py
@@ -33,3 +33,7 @@
33
# Convert an exact number into a real number
34
my_exact = TIRealRadical.open("EXAMPLE.8xn")
35
real = TIReal(my_exact.float())
36
+
37
38
+# Open a flash app
39
+my_flash = TIApp.open("EXAMPLE.8ek")
0 commit comments