| 3 | | A more complete resolution might require adding arguments to the numeric_to_ascii_base_ interface specifying whether the caller is willing to accept a result string expressed with exponents, or a result string including fractional characters (to the right of the radix point), or a result string including a radix indicator string, etc. |
| | 3 | A more complete resolution might require adding arguments to the numeric_to_ascii_base_ interface specifying whether the caller is willing to accept a result string expressed with exponents, or a result string including fractional characters (to the right of the radix point), or a result string including a radix indicator string, etc. Then all the callers of numeric_to_ascii_base_ would have to be examined to determine whether they should be modified to call the new interface with added output selection switches. |
| | 4 | |
| | 5 | index_set is an example of one caller that would have to be changed. That command/af expects to return only strings in integer format (no exponents are supported). |