When converting VB code containing arithmetic expressions like
a = 1.0 / (-foo + bar )
the minus sign is sometimes lost.
Logged In: NO
explicitly the followin expression caused the error
pSatW = (2 * cco / (-bco + (bco ^ 2 - 4 * aco * cco) ^ 0.5)) ^ 4 * 10
Logged In: YES user_id=398620
Ouch, this looks pretty serious - not easy to spot.
Thanks for reporting this!
Log in to post a comment.
Logged In: NO
explicitly the followin expression caused the error
pSatW = (2 * cco / (-bco + (bco ^ 2 - 4 * aco * cco) ^ 0.5))
^ 4 * 10
Logged In: YES
user_id=398620
Ouch, this looks pretty serious - not easy to spot.
Thanks for reporting this!