Post Reply 
(50g) Fun with Farey sequences
06-25-2015, 05:46 AM
Post: #11
RE: (50g) Fun with Farey sequences
Dear Thomas,

The code replacement you suggest is not good.

#/ is bint division, stack diagram

Code:

bint a    bint remainder(a/b)
bint b -> bint quotient(a/b)

FPTR2 ^NDXFext does exist, stack diagram

Code:
zint a 
zint b -> 'zint a/zint b'

You may have a problem with Z0_ which is shorthand for ZINT 0

The section you don't fully understand does this

Code:

          bint a
bint a    bint b
bint b -> 'zint a/zint b'

I suggest you change Z0_ to ZINT 0 & try to compile again.

Thanks for your interest.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(50g) Fun with Farey sequences - Tugdual - 06-15-2015, 08:37 PM
RE: (50g) Fun with Farey sequences - Gerald H - 06-25-2015 05:46 AM



User(s) browsing this thread: 1 Guest(s)