[Gambas-user] gb3: "Mathematic error"

Kevin Fishburne kevinfishburne at ...1887...
Mon Jan 16 07:43:40 CET 2012


Why would I get the runtime error "Mathematic error" in this function:

Public Function Distance(x1 As Single, y1 As Single, x2 As Single, y2 As 
Single) As Single
   Return Abs(Sqr((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)))
End

The values of the variables are:

?x2 & " " & x1 & " " & x2 & " " & x1 & " " & y2 & " " & y1 & " " & y2 & 
" " & y1

174.248779296875 2.40799128109576E-41 174.248779296875 
2.40799128109576E-41 146.759170532227 7.19552647834628E+27 
146.759170532227 7.19552647834628E+27

Using GAMBAS 3, revision unknown. I'm recompiling now to see if it makes 
a difference, but please let me know what this error means and what 
could cause it.

-- 
Kevin Fishburne
Eight Virtues
www: http://sales.eightvirtues.com
e-mail: sales at ...1887...
phone: (770) 853-6271





More information about the User mailing list