Csound Csound-dev Csound-tekno Search About

Csound decimal precision

Date1997-02-14 20:19
FromGregory Boduch
SubjectCsound decimal precision
Hello,

jpff@maths.bath.ac.uk wrote:
> Can you say which version of Csoudn you are using?  I thought I had
> removed this restriction within orchestras, but if it is still there i
> woudl rather like to have an explicit example of what goes wrong.

I'm using  Winsound Xv3.42/Csound 30.42 : 


test.orc:

        sr              =               44100
        kr              =               441
        ksmps           =               100
        nchnls          =               2

instr 1

        iex1            =               0.00000000001
        iex2            ipow            10, -12

                        print           iex1
                        print           iex2
endin


outputs: