f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c: %%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 trnsz@pobox.c: % 10,000 DIGITS OF PI
f2c04ccdad 2021-03-03 trnsz@pobox.c: %%%%%%%%%%%%%%%%%%%%%
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c: % This file shows the power of iCAS
f2c04ccdad 2021-03-03 trnsz@pobox.c: % in computing PI to 10,000 digits
f2c04ccdad 2021-03-03 trnsz@pobox.c: %
f2c04ccdad 2021-03-03 trnsz@pobox.c: % NOTE WELL-- After computing
f2c04ccdad 2021-03-03 trnsz@pobox.c: % PI has finished, BE SURE to
f2c04ccdad 2021-03-03 trnsz@pobox.c: % scroll down to reset iCAS to
f2c04ccdad 2021-03-03 trnsz@pobox.c: % its standard settings (or else ALL
f2c04ccdad 2021-03-03 trnsz@pobox.c: % of your computations will be to
f2c04ccdad 2021-03-03 trnsz@pobox.c: % to 10,000 digits!)
f2c04ccdad 2021-03-03 trnsz@pobox.c: %
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Use real arithmetic
f2c04ccdad 2021-03-03 trnsz@pobox.c: on rounded$
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Set precision to 10000 digits
f2c04ccdad 2021-03-03 trnsz@pobox.c: precision(10000)$
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Print Pi
f2c04ccdad 2021-03-03 trnsz@pobox.c: pi;
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Set precision back to default (12)
f2c04ccdad 2021-03-03 trnsz@pobox.c: precision(12)$
f2c04ccdad 2021-03-03 trnsz@pobox.c:
f2c04ccdad 2021-03-03 trnsz@pobox.c: % Restore precise arithmetic
f2c04ccdad 2021-03-03 trnsz@pobox.c: off rounded$