KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > math > GoniometricComplexINumber


1 /*
2  * GoniometricComplexINumber.java
3  *
4  * Created on April 18, 2005, 11:10 PM
5  *
6  * To change this template, choose Tools | Options and locate the template under
7  * the Source Creation and Management node. Right-click the template and choose
8  * Open. You can then make changes to the template in the Source Editor.
9  */

10
11 package math;
12
13 /**
14  *
15  * @author jungi
16  */

17 public class GoniometricComplexINumber extends RealComplexINumber {
18     
19     /** Creates a new instance of GoniometricComplexINumber */
20     public GoniometricComplexINumber() {
21     }
22     
23 }
24
Popular Tags