I\'m looking for the fastest way to obtain the value of π, as a personal challenge. More specifically, I\'m using ways that don\'t involve using #define constan
#define
Instead of defining pi as a constant, I always use acos(-1).
acos(-1)