
113
fgetst(ifileno,n);
as fgets, but drops newline character
fgt(ma,mb);
returns 1 if fuzzy-greater than, 0 otherwise
fileinfo(fspec);
unsupported
files(mx);
unsupported
filesa(fspec);
unsupported
fle(ma,mb);
returns 1 if fuzzy-less-equal to, 0 otherwise
floor(ma);
returns the floor of a ma (floor(x): largest integer ¡= x)
flt(ma,mb);
returns 1 if fuzzy-less than, 0 otherwise
fmod(ma,mb);
Returns the floating point remainder of ma / mb
fne(ma,mb);
returns 1 if fuzzy-not-equal to, 0 otherwise
fopen(sfilename,smode);
opens a file, smode is read (”r”), write (”w”), or append (”a”)
format [/type] [/onoff] [/rowsep] [/fmt] widt,precision;
sets format for print
formatcv(mch);
sets character format for printfm
formatnv(s);
sets numeric format for printfm
fputs(ifileno,sa);
writes a string or string array, returns number of lines written
fputst(ifileno,sa);
as fputs, but adds newline after each line
fseek(fileno,offset,base);
moves the file pointer to offset+base, returns the new position
fstrerror();
returns the current error text
ftell(f);
returns the current position of the file pointer
ftocv(x, wid, prec);
returns the character-matrix representation of x
ftos(x,fmt,wid,prec);
return the value of x as a string
gamma(mx);
returns the result of the gamma function
Kommentare zu diesen Handbüchern