Really? I thought Istvan had done work to support scientific notation in the parser a long while ago. Well, you can always print in python using something like: print "%.8f"%(somenumber) At least, I think that should do it. =) steven On Tue, Dec 2, 2008 at 8:39 PM, Dave Seidel wrote: > I've had this happen before using Python (in the context of blue), and it > created problems -- it wasn't in a table definition, it was somewhere else, > can't remember the details right now. I don't think Csound is actually > interpreting that notation correctly, I think it's more likely parsing it > naively and throwing away everything after the "e". As I recall, I solved > it by casting to floats to get it all to come out in a consistent format. > > - Dave > > Tobiah wrote: >> >> I created a function table definition using >> a program. Python went into scientific notation. >> >> f1 0.0 65536.0 10.0 1.0 0.3 0.09 0.027 0.0081 0.00243 0.000729 0.0002187 >> 6.561e-05 1.9683e-05 5.9049e-06 >> >> Csound didn't complain; I'm assuming it does the right thing? >> >> Thanks, >> >> Tobiah >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" >