Next: Miscellaneous File Functions, Previous: Input File Functions, Up: File Library Exports
writes the base x, d digits, b wide comma separated blocks representation of m on the f file if b and d are not less than zero and x is between 2 and 36 inclusive, does nothing otherwise
writes the base x, d digits representation of m on the f file if d is not less than zero and x is between 2 and 36 inclusive, does nothing otherwise
writes the representation of x on the f file with no more than d digits if d is not less than 0, does nothing otherwise
writes the base x, d digits, b wide comma separated blocks representation of m on the f file if b and d are not less than zero and x is between 2 and 36 inclusive, does nothing otherwise. In the event of any output, at least w characters are written with the necessary white space inserted to the left of m representation if w is not negative and at least -w characters are written with the necessary white space inserted to the right of m representation otherwise.
writes the representation of m on the f file. In the event of any output, at least w characters are written with the necessary white space inserted to the left of m representation if w is not negative and at least -w characters are written with the necessary white space inserted to the right of m representation otherwise.
writes the representation of x on the f file with no more than d digits and at least a + 1 characters after the integral part if a is not zero (1 character for the period sign, a characters for the fractional part) if a and d are not less than zero, does nothing otherwise. In the event of any output, at least w characters are written with the necessary white space inserted to the left of x representation if w is not negative and at least -w characters are written with the necessary white space inserted to the right of x representation otherwise.
writes the base x representation of m on the f file if x is between 2 and 36 inclusive, does nothing otherwise