JX Application Framework
|
Typedefs | |
using | JComplex = std::complex< double > |
Enumerations | |
enum | JComplexDisplayMode { kDisplayRealAndImag , kDisplayMagAndPhase } |
Functions | |
JComplexDisplayMode | JGetComplexDisplayMode () |
void | JSetComplexDisplayMode (const JComplexDisplayMode mode) |
bool | JUsingEEImag () |
void | JUseEEImag (const bool useEEImag) |
const JUtf8Byte * | JGetCurrentImagString () |
const JUtf8Byte * | JGetMathImagString () |
const JUtf8Byte * | JGetEEImagString () |
JString | JPrintComplexNumber (const JComplex &value) |
JString | JPrintComplexNumber (const JComplex &value, const JComplexDisplayMode mode, const bool useEEImag) |
enum JComplexDisplayMode |
JComplexDisplayMode JGetComplexDisplayMode | ( | ) |
const JUtf8Byte * JGetCurrentImagString | ( | ) |
const JUtf8Byte * JGetEEImagString | ( | ) |
const JUtf8Byte * JGetMathImagString | ( | ) |
JString JPrintComplexNumber | ( | const JComplex & | value, |
const JComplexDisplayMode | mode, | ||
const bool | useEEImag | ||
) |
void JSetComplexDisplayMode | ( | const JComplexDisplayMode | mode | ) |
void JUseEEImag | ( | const bool | useEEImag | ) |
bool JUsingEEImag | ( | ) |