úÎ@¾<Ú;      !"#$%&'()*+,-./0123456789: Soostone IncBSD3libs@soostone.com experimentalNone +=K"¸Units of measure to use in formatting the number. This is useful for things like percentages where you would use (units of 0.01) or financial statements (units of 1000 for example).GA prefix to add to the number, commonly used for currency designation./A suffix for the number. Percent, for example.:The character to use as thousands separator if applicable.+Character to use for the decimal separator.The formatting styleAmount of precision to display Styles for negative numbers 3Different styles for representing negative numbers. #Shows negative numbers as (123.000) "Shows negative numbers as -123.000 =Data structure for different methods of specifying precision.KSpecifies precision with a fixed number of digits after the decimal place.;Specifies precision as a fixed number of significant digits@Data structure describing available styles of number formatting.ˆLike SIStyle but only applies the SI prefix if the number to be formatted falls within the range [a,b] given by the SmartSI arguments.–Adds the symbol for the closest smaller SI prefix as the suffix to the formatted number. This suffix appears before any other suffix you designate.ÔThe aruments a and b define bounds. If the absolute value of the number is in the interval [10 ^ a, 10 ^ b], then it uses the Fixed style. If the number is outside this interval, then use the Exponent style.%Format with standard decimal notationFormat with scientific notation(A reasonable default value for NumStyle.;A type wrapper to make it easier to handle the pipeline of transformations that happen after we have split the number at the decimal place.<iTake the raw output from the double-precision conversion functions and split into individual components.]We need to split on dot because that's what double-conversion uses as the decimal separator.'Int format with no thousands separator. 1Int format with comma as the thousands separator.!0Common format for percentages. Example: 75.000%"DCommon format for generic numeric quantities of the form 123,456.99.#?Common format for US dollar quantities of the form $123,456.99.$_Convenience wrapper for percentages that lets you easily control the number of decimal places.%™This function checks to see if the number is smaller than the number of digits of precision being displayed and if so, switches to scientific notation.&™This function checks to see if the number is smaller than the number of digits of precision being displayed and if so, switches to scientific notation.=XA "pre-format" function that intelligently chooses between fixed and exponential format>XA "pre-format" function that intelligently chooses between fixed and exponential format?`An integral show function without the Show constraint. It works for bases in the range [0,36].8 ;@< !"#$%AB&CD=Lower bound exponentUpper bound exponent Function to call if within range Function to call if out of range>Lower bound exponentUpper bound exponent Function to call if within range Function to call if out of rangeEFGHI?The baseThe number to convert to stringJK'  !"#$%&'    !"#$&%%   ;@< !"#$%AB&CD=>EFGHI?JK Soostone IncBSD3libs@soostone.com experimentalNone =K'?Provides a uniform interface for formatting all kinds of types.(3A format settings type specific to the object type.)&Render into text using format settings'()*+,-./0123456789:*  !"#$%&'()'():9876543210/.-,+*'()*+,-./0123456789:L      !"#$%&'()*+,-./0123456789:;<=>?@A=BCDEFGHIJKLMformattable-0.1Formattable.NumFormat Formattable NumFormat_nfUnits _nfPrefix _nfSuffix _nfThouSep _nfDecSep_nfStyle_nfPrec _nfNegStyle NegativeStyle NegParens NegMinusSign PrecisionTypeDecimalsSigFigsNumStyleSmartSISIStyle SmartExponentFixedExponent autoStylenfDecSep nfNegStylenfPrecnfPrefixnfStylenfSuffix nfThouSepnfUnits rawIntFmtintFmt percentFmtnumFmtusdFmt formatPctformatIntegral formatNumFormat TheFormat runFormat $fFormatBool $fFormatText$fFormatUTCTime $fFormatDay $fFormatFloat$fFormatDouble$fFormatWord64$fFormatWord32$fFormatWord16 $fFormatWord8 $fFormatWord $fFormatInt64 $fFormatInt32 $fFormatInt16 $fFormatInt8 $fFormatInt$fFormatIntegerRawNummkRawNumsmartStyleIntegral smartStyleshowIntegralBasefixedIntexponentialIntsiPrefixIntegralsiPrefixlimitPrecision whenNegativeaddSign addThousands addDecimal integralDigit$fDefaultNumFormat