jncraton / calcpi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate PI

This program calculates PI using a definite integral and the fact that:

Pi Expression

Pi Area

You can see this for yourself on WolframAlpha.

Assignment

Your goal is to apply your knowledge of machine architectures to alter this program to make it run faster.

There are many ways that this program could be adjusted to make it more performant. If you are finding yourself stuck, you might want to check out loop unrolling as possible tweak.

Please comment your code to indicate what you changed and why this change improved performance.

About


Languages

Language:C 85.3%Language:Makefile 14.7%