Fri, 13 Sep 2013

PI by Egan Ford (c)2013

Program File:
PI.CO -- Main program file
m100pi.s -- PI program source code
README -- Program documentation

Description: Compute Pi to 1000 digits using pi the Gregory expansion of Machin's arctan formula and print to screen.

Time to solution: 106 seconds using VirtualT. Also tested on a real M100 by Ken Pettit.

Approach: Assembly

To Install: ($D000-$DFFF used)
From BASIC:

       clear 256,53248
       loadm"pi"
       menu

Egan Ford

Add Comment | Contest Home | Club 100

Comments