References
Function Summary
| Static Public Function Summary | ||
| public | 
      
       Format a number using the default options.  | 
    |
| public | 
       formatFull(val: number, opts: Object): * Format a full-flavor number using the default options.  | 
    |
| public | 
       formatShort(val: number, opts: Object): * Format a short-flavor number using the default options.  | 
    |
| public | 
       parse(text: *, config: {}): *  | 
    |
| public | 
       requireDecimal(config: *): *  | 
    |
Variable Summary
| Static Public Variable Summary | ||
| public | 
       Formats: {"standard": *, "longScale": *, "scientific": *, "hybrid": *, "engineering": *}  | 
    |