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

🖥 Geometric Mandalas

As a coding exercise, I wanted to make use of DRAW statements to get plot points for regular polygons repeated around an axis to create geom...