Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
include "ConsoleWindow"
|
||||
|
||||
// Set width of tab
|
||||
def tab 8
|
||||
|
||||
print "exp:", exp(1)
|
||||
print "pi:", pi
|
||||
print "sqr:", sqr(2)
|
||||
print "log:", log(2)
|
||||
print "log2:", log2(2)
|
||||
print "log10", log10(2)
|
||||
print "abs:", abs(-2)
|
||||
print "floor:", int(1.534)
|
||||
print "ceil:", val( using"###"; 1.534 )
|
||||
print "power:", 1.23 ^ 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue