Function wt::parse_complex_strict

Function Documentation

inline auto wt::parse_complex_strict(const std::string &str)

String to complex number. String must be “<a>” or “(<a>)” or “(<a>,<b>i)” where “<a>” and “<b>” are formatted floating-point numbers.