CINT was behaving like INT.
INT truncates a number to the the next lowest integer. CINT was doing the same thing.
CINT is supposed to round numbers, which it now does.
This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...
No comments:
Post a Comment