User Guide
Chapters
Table of Contents
Built In Variable List
Error Returns
Built-in Functions
The built-in functions are listed below in two lists:
- by catagory, and
- sorted alphabetically
Built-in Functions by Catagory
- Arithmetic Functions
- acos(x)
- asin(x)
- atan2(y,x)
- cos(x)
- *cosh(x)
- exp(x)
- *fract(x)
- int(x)
- log(x)
- *log10(x)
- *pi()
- rand()
- sin(x)
- sinh(x)
- sqrt(x)
- srand
- String Functions
- *center
- *copies(s,n)
- *deletec(s,p,n)
- *gensub
- gsub
- index(s1,s2)
- *insert(s1,s2,p)
- length
- match(s,r)
- *overlay(s1,s2,p)
- *remove(s,c)
- *replace(s)
- split
- *srange(c1,c2)
- *srev(s)
- *stran
- *strim
- *strlwr(s)
- *strupr(s)
- sub
- substr
- File Functions
Input:
- getline
- fgetline
- srchrecord
- fsrchrecord
- getc
- fgetc
Output:
- print
- fprint
- printf
- fprintf
- putc
- fputc
- sprintf
Miscellaneous:
- append
- close
- get_FNR
- findfile
- fflush
- load_module
- unload_module
- Date and Time Functions
- _time
- _ftime
- jdn
- Miscellaneous Functions
- e_type(expr)
- execute
- rotate
- system
- pd_sym
- ud_sym
- resetre
- setlocale
Built-in Functions Alphabetically
- acos(x)
- append
- asin(x)
- atan2(y,x)
- *center
- close
- *copies(s,n)
- cos(x)
- *cosh(x)
- *deletec(s,p,n)
- e_type(expr)
- execute
- exp(x)
- fflush
- fgetc
- fgetline
- findfile
- fprintf
- fprint
- fputc
- *fract(x)
- fsrchrecord
- _ftime
- *gensub
- getc
- get_FNR
- getline
- gsub
- index(s1,s2)
- *insert(s1,s2,p)
- int(x)
- jdn
- *justify
- length
- load_module
- *log10(x)
- log(x)
- match(s,r)
- *overlay(s1,s2,p)
- pd_sym
- *pi()
- printf
- print
- putc
- rand()
- *remove(s,c)
- *replace(s)
- resetre
- rotate
- setlocale
- sinh(x)
- sin(x)
- split
- sprintf
- sqrt(x)
- srand
- *srange(c1,c2)
- srchrecord
- *srev(s)
- *stran
- *strim
- *strlwr(s)
- *strupr(s)
- substr
- sub
- system
- _time
- ud_sym
- unload_module
TOP
User Guide
Chapters
Table of Contents
Built In Variable List
Error Returns