2004-03-25 05:40 AM
Help - Floating library or 32bit calculations for ST72324
2004-03-25 02:08 AM
Does someone have a floating point library or 32bit calculation library for the ST72324.
Do you know of any other way to solve equations of large numbers (16bit x 16bit)2004-03-25 02:29 AM
See attachement.
________________ Attachments : Math.pdf : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0Bm&d=%2Fa%2F0X0000000bW5%2Fw1KZ9t1IQJiSS29K0kc_w.mkpiI.hS4jjr2_sDKzGpU&asPdf=falseMaths.asm : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0D9&d=%2Fa%2F0X0000000bW4%2FZMEa_1GiohkrinNWjjKubiMj24VWNKfLFqt1BRzwEVM&asPdf=false2004-03-25 05:21 AM
Thanks for your reply, I will try to use it.
Have you ever used the library files form Metroworks calles float.h? They say it is for ST7 I have included the file but results are zero on floating numbers...2004-03-25 05:22 AM
Thanks for your reply, I will try to use it.
Have you ever used the library files form Metroworks calles float.h? They say it is for ST7 I have included the file but results are zero on floating numbers...2004-03-25 05:40 AM
Problem solved beutifully.
Metroworks holds a library called float.h all floating numbers has to be writen as x.0 for real or x.x for fraction. Cannot attach files in here (?? don't know why) whoever needs it just email me.