2 str - convert some types of values to strings
8 x null, string, real or complex number
13 Convert a value into a string.
15 If x is null, str(x) returns the string "".
17 If x is a string, str(x) returns x.
19 For real or complex x, str(x) returns the string representing x
20 in the current printing mode; configuration parameters affecting
21 this are "mode", "mode2", "display", "outround", "tilde", "leadzero",
28 > print str(123), str("+"), str(4i), str("is the same as"), str(123+4i)
29 123 + 4i is the same as 3+4i
40 qprintnum(NUMBER *x, int outmode);
41 char *math_getdivertedio();
45 char *math_getdivertedio();