Csound decimal precision
Date | 1997-02-14 20:19 |
From | Gregory Boduch |
Subject | Csound 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: |