Re: Passing floats/doubles to C
- Posted by Todd Riggins <triggins at AIRMAIL.NET> Feb 13, 2000
- 537 views
Now that I've settled down, thankyou very very very much. It works now. Sorry about my clumsyness. Thanks again... -- Todd Robert Craig wrote: > > Todd Riggins writes: > > ... > > poke(material+88, atom_to_float64(1.12)) > > poke(material+96, atom_to_float64(1.13)) > > poke(material+114, atom_to_float64(1.14)) > > poke(material+122, atom_to_float64(1.15)) > > poke(material+130, atom_to_float64(1.16)) > > poke(material+138, atom_to_float64(1.17)) > > You jumped from 96 to 114. > You meant 104.