Question: Not sure why im getting this error.. help pls. This is Java Code = length = (Math.sqrt(Math.pow(x1 X2,2.0) + Math.pow(y1 - y2, 2.0))); ) lengthB

Not sure why im getting this error.. help pls. This is Java Code
= length = (Math.sqrt(Math.pow(x1 X2,2.0) + Math.pow(y1 - y2, 2.0))); ) lengthB = (Math.sqrt(Math.pow(x1 - x3,2.0) + Math.pow(y1 - y3, 2.0))); lengthA = (Math.sqrt(Math.pow(x2 - x3,2.0) + Math.pow(y2 - y3, 2.0))); ( = Angle A has a value of Nan Angle B has a value of NaN Angle C has a value of Nan
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
