Friday, October 14, 2022

🆕 _PI

As per QB64pe documentation:

The _PI function returns π as a _FLOAT value with an optional multiplier parameter.


See the function in action in the "Flower Wheel" program:

No comments:

Post a Comment

🖥 "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape

This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...