FSPH
Sep 2nd, 2007, 11:07 AM
Hello there,
the result of the computation below in VB6 contradicts a sampe computation in a text book. Could you please plug this in for me.........?
Const dblPi as double = 3.141592
X = ((2 * dblPi * 288) / 365) * (180 / dblPi)
My result is 284.054 degree, while the text book suggests 284.16 degree.
I don't know what's going on here - I would be grateful for any feedback.
Thank you!
the result of the computation below in VB6 contradicts a sampe computation in a text book. Could you please plug this in for me.........?
Const dblPi as double = 3.141592
X = ((2 * dblPi * 288) / 365) * (180 / dblPi)
My result is 284.054 degree, while the text book suggests 284.16 degree.
I don't know what's going on here - I would be grateful for any feedback.
Thank you!