Hi All,
The problem discussed is accuracy of numeric calculation result,in vb.
Namely I compare a numerical mathematic calculation, Line-Plan
Intersection, in VB.Net and Matlab 2007 the intersection point result
specify in below:
Matlab 2007 ---->
Xint=2.000000000000000
Yint=1.333333333333333
Zint=0.666666666666667
But
Visual Studio 2008 ---->
Xint=2.0000000596046448
Yint=1.3333333730697632
Zint=0.66666668653488159
Hand Calculated ----->
Xint=2.000000000000000
Yint=1.333333333333333
Zint=0.666666666666667
why this error occurs?
Thanks.