Format a number, given the following data: is_negative: true if the number is negative, else false intpart: string of digits that must appear before the decimal point fracpart: string of digits that must come after the point exp: exponent, as an integer spec: dictionary resultin
(is_negative, intpart, fracpart, exp, spec)
source not stored for this graph (policy: none)
no test coverage detected