This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.lang.Math; | |
/** | |
* Representacion de numeros complejos | |
* Created by Frias Moren on 21/04/2015. | |
*/ | |
public class complex { | |
// Atributos-Propiedades-Campos (items) | |
private double real, img, mod, arg; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="frame"> | |
<div class="content"> | |
<h1>Design Knowledge</h1> | |
<svg id="svg"></svg> | |
</div> |
NewerOlder