Yesoda Sanka 6 years ago
parent
commit
b14cbc2f4e
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      MainApplication.java
  2. 3
    3
      package.bluej

+ 1
- 1
MainApplication.java View File

54
                  System.out.println(ScientificOperations.InverseCos(90));
54
                  System.out.println(ScientificOperations.InverseCos(90));
55
                  break;  
55
                  break;  
56
            case 11:
56
            case 11:
57
-                System.out.println(ScientificOperations.InverseSin(90));
57
+                System.out.println(ScientificOperations.InverseSin(180));
58
                  break; 
58
                  break; 
59
         }
59
         }
60
 
60
 

+ 3
- 3
package.bluej View File

2
 dependency1.from=MainApplication
2
 dependency1.from=MainApplication
3
 dependency1.to=ScientificOperations
3
 dependency1.to=ScientificOperations
4
 dependency1.type=UsesDependency
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
 editor.fx.0.y=23
8
 editor.fx.0.y=23
9
 objectbench.height=198
9
 objectbench.height=198
10
 objectbench.width=352
10
 objectbench.width=352