コード例 #1
0
ファイル: VbaTest.java プロジェクト: ndebeiss/mondrian
 public void testTan() {
   assertEquals(1d, Vba.tan(Math.PI / 4d), SMALL);
 }