Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DMSupport DMemWin
Fork of Motor_Embedded_3rd_emwin by
embedded/complex.cpp@0:08606a13a816, 2016-06-02 (annotated)
- Committer:
- destinyXfate
- Date:
- Thu Jun 02 05:04:57 2016 +0000
- Revision:
- 0:08606a13a816
;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| destinyXfate | 0:08606a13a816 | 1 | // Include header file |
| destinyXfate | 0:08606a13a816 | 2 | #include "complex.h" |
| destinyXfate | 0:08606a13a816 | 3 | |
| destinyXfate | 0:08606a13a816 | 4 | // Imaginary unity constants |
| destinyXfate | 0:08606a13a816 | 5 | const complex complex::i(0., 1.); |
| destinyXfate | 0:08606a13a816 | 6 | const complex complex::j(0., 1.); |
| destinyXfate | 0:08606a13a816 | 7 |
