1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-19 15:35:01 +00:00
QB64-PE/internal/c/User Mods/Steve Stuff/pi.cpp
SMcNeill 12fdb2c77a Change to make adding user functions modular without having to go in and change the main source directly everytime.
Added in new math functions for converting between Degrees, Radians, and Gradians.
2014-06-19 14:43:38 -04:00

3 lines
No EOL
90 B
C++

double func_pi () {
return (3.14159265358979323846264338327950288419716939937510582);
}