Fractional instrument decimal point limits

Hey all,

Was curious if anybody here knows the limitations of the fractional instrument instancing, as in, how many decimal places does this support? I imagine the parsing of fractional instruments has a limit to how many decimal places it will accept before it starts ignoring/discarding

well i don’t know where in the sources to find an answer for it, but for
practical usgae it seems to have enough space. i tried this (and you
can try to change the fractional number in the score to 1.0000000002):

-odac

sr = 44100
ksmps = 64
nchnls = 2
0dbfs = 1

instr 1
outall(poscil:a(.2,400))
endin

instr 2
turnoff2(1.0000000001,4,0)
turnoff
endin

i 1.0000000001 0 100 i 2 1 1