Home
Join PiHex
Download
Source Code
About
Credits
Status
Top Producers
What's New?
Other Projects
Who am I?
Email me!
hits since 25/3/98.

Pi Symbol Source Code

The PiHex source code is available here. The interface (main.c) is written in plain C, no MFC or anything fancy, so it should be easy to understand (and good example code if you're learning Windows programing. Well, maybe a bad example, but it's an example anyway). I have tried to make this code as independant of PiHex as possible, so it should be very easy to modify it for use on another project.

The actual calculations are done in pihex.c and polylog*.asm -- this code may be more difficult to understand. polylog.asm contains 'glue' code, and just calls routines from either polylogp5.asm or polylogp6.asm, depending upon the processor.