コード例 #1
0
ファイル: H.java プロジェクト: Mityai/nncworkspaces
 double get(Point e) {
   return power / sqr(e.dist(p));
 }