|
Yate
|
#include <yatemath.h>
Static Public Member Functions | |
| static String & | dumpComplex (String &buf, const Complex &val, const char *sep=0, const char *fmt=0) |
| static String & | dumpFloat (String &buf, const float &val, const char *sep=0, const char *fmt=0) |
|
static |
Dump a Complex number to a String
| buf | Destination string |
| val | Value to dump |
| sep | Optional separator |
| fmt | Format to use ("%g%+gi" if not given) |
Referenced by TelEngine::operator<<().
|
static |
Dump a float number to a String
| buf | Destination string |
| val | Value to dump |
| sep | Optional separator |
| fmt | Format to use ("%g" if not given) |