add Libraries

This commit is contained in:
intelligide 2015-07-03 16:57:52 +02:00
parent e6b9622df2
commit 93a3284d94
6 changed files with 77 additions and 0 deletions

21
clib/container.clib Normal file
View File

@ -0,0 +1,21 @@
Mat
MatToList(
Det
Trn
Augment(
Identity
Fill(
Ref
Rref
List
ListToMat(
Dim
Seq(
Min(
Max(
Mean(
Median(
Sum
Prod
Cuml
Percent

20
clib/display.clib Normal file
View File

@ -0,0 +1,20 @@
DrawStat
DrawGraph
DrawDyna
Cls
Tangent
Normal
Inverse
Plot
PlotOn
PlotOff
PlotChg
Line
F-Line
Circle
Vertical
Horizontal
Text
ViewWindow
StoV-Win
Rcl-V-Win

9
clib/io.clib Normal file
View File

@ -0,0 +1,9 @@
Locate
Getkey
Send(
Receive(
Send38k
Receive38k
OpenComport38k
CloseComport38k
?

11
clib/math.clib Normal file
View File

@ -0,0 +1,11 @@
#sin
#cos
#tan
#ln
#log
#e^
#Asin
#Acos
#Atan
#sqrt
#Pi

2
clib/std.clib Normal file
View File

@ -0,0 +1,2 @@
<=
>=

14
clib/string.clib Normal file
View File

@ -0,0 +1,14 @@
StrJoin(
StrLen(
StrCmp(
StrSrc(
StrLeft(
StrRight(
StrMid(
ExpToStr(
Exp(
StrUpr(
StrLwr(
StrInv(
StrShift(
StrRotate(