Oxygen Basic

Programming => Bugs & Feature Requests => Topic started by: Charles Pegge on June 22, 2012, 01:26:15 AM

Title: Added Floor() and Ceil() Functions
Post by: Charles Pegge on June 22, 2012, 01:26:15 AM
You can see how they are encoded in Assembler

#show d=floor -2.3
#show e=ceil 2.3

print d ",  " e


Available in the latest Oxygen-in-progress

Charles