Message 1 of 5
desperate over math anomily

Not applicable
06-23-2015
02:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
surely 3.6 x 20 = 72
Command: (setq watts (* (/ seglen 1000) stwts))
60.0
Command: !seglen
3600
Command: !stwts
20.0
this does not help
Command: (setq watts (fix (* (/ seglen 1000) stwts)))
60.0
Command: !seglen
3600
Command: !stwts
20.0
this works fine as it should then why does the above not work? I must be missing something!!!!!
Command: (setq twatts (fix (* (/ fixlgth 1000) stwts)))
240
Command: !fixlgth
12000
Command: !stwts
20.0