Yesoda Sanka 6 年之前
父節點
當前提交
b14cbc2f4e
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1
    1
      MainApplication.java
  2. 3
    3
      package.bluej

+ 1
- 1
MainApplication.java 查看文件

@@ -54,7 +54,7 @@ public class MainApplication {
54 54
                  System.out.println(ScientificOperations.InverseCos(90));
55 55
                  break;  
56 56
            case 11:
57
-                System.out.println(ScientificOperations.InverseSin(90));
57
+                System.out.println(ScientificOperations.InverseSin(180));
58 58
                  break; 
59 59
         }
60 60
 

+ 3
- 3
package.bluej 查看文件

@@ -2,9 +2,9 @@
2 2
 dependency1.from=MainApplication
3 3
 dependency1.to=ScientificOperations
4 4
 dependency1.type=UsesDependency
5
-editor.fx.0.height=709
6
-editor.fx.0.width=1280
7
-editor.fx.0.x=0
5
+editor.fx.0.height=714
6
+editor.fx.0.width=800
7
+editor.fx.0.x=240
8 8
 editor.fx.0.y=23
9 9
 objectbench.height=198
10 10
 objectbench.width=352