Author Topic: Added Floor() and Ceil() Functions  (Read 1969 times)

0 Members and 1 Guest are viewing this topic.

Charles Pegge

  • Guest
Added Floor() and Ceil() Functions
« 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