Fix Point
This commit is contained in:
		
							parent
							
								
									ce5c34cb06
								
							
						
					
					
						commit
						77ed944b3c
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -31,9 +31,7 @@ public final class Point { | |||
| 	if (koef >= 1.0) { koef = 1.0 ;	} | ||||
| 	if (koef <= -1.0) { koef = -1.0 ; } | ||||
| 	 | ||||
|         res = EARTH_RADIUS * Math.acos(koef) ; | ||||
| 	 | ||||
| 	return res | ||||
|         return (EARTH_RADIUS * Math.acos(koef)) ; | ||||
|     } | ||||
| 
 | ||||
|     // Longitude and latitude of the point. | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue