FORMATS : { alphabet : { config : { alphabet : string ; } ; format ( ex : DecimalSource ,
acc ?: number ,
max ?: number ,
type ?: FormatType ,
start ?: DecimalSource ,
startDouble ?: boolean ,
abbStart ?: number ) : string ; getAbbreviation ( ex : DecimalSource ,
start ?: DecimalSource ,
startDouble ?: boolean ,
abbStart ?: number ) : string ; } ; elemental : { config : { element_lists : string [] [] ; } ; abbreviationLength ( group : number ) : number ; beyondOg ( x : number ) : string ; format ( value : Decimal ,
acc ?: number ) : string ; formatElementalPart ( abbreviation : string ,
n : Decimal ) : string ; getAbbreviation ( group : number ,
progress : number ) : string ; getAbbreviationAndValue ( x : Decimal ) : [ string , Decimal ] ; getOffset ( group : number ) : number ; } ; eng : { format ( ex : DecimalSource ,
acc ?: number ) : string ; } ; inf : { format ( ex : DecimalSource ,
acc ?: number ,
max ?: number ) : string ; } ; layer : { layers : string [] ; format ( ex : DecimalSource ,
acc ?: number ,
max ?: number ) : string ; } ; mixed_sc : { format ( ex : DecimalSource ,
acc ?: number ,
max ?: number ) : string ; } ; old_sc : { format ( ex : DecimalSource ,
acc : number ) : string ; } ; omega : { config : { greek : string ; infinity : string ; } ; format ( value : DecimalSource ) : string ; } ; omega_short : { config : { greek : string ; infinity : string ; } ; format ( value : DecimalSource ) : string ; } ; standard : { tier1 ( x : number ) : string ; tier2 ( x : number ) : string ; } ; } Type declaration alphabet : { config : { alphabet : string ; } ; format ( ex : DecimalSource , acc ?: number , max ?: number , type ?: FormatType , start ?: DecimalSource , startDouble ?: boolean , abbStart ?: number ) : string ; getAbbreviation ( ex : DecimalSource , start ?: DecimalSource , startDouble ?: boolean , abbStart ?: number ) : string ; } config : { alphabet : string ; } format : functionformat ( ex , acc ? , max ? , type ? , start ? , startDouble ? , abbStart ? ) : string Returns string
get Abbreviation : functionget Abbreviation ( ex , start ? , startDouble ? , abbStart ? ) : string Returns string
elemental : { config : { element_lists : string [] [] ; } ; abbreviationLength ( group : number ) : number ; beyondOg ( x : number ) : string ; format ( value : Decimal , acc ?: number ) : string ; formatElementalPart ( abbreviation : string , n : Decimal ) : string ; getAbbreviation ( group : number , progress : number ) : string ; getAbbreviationAndValue ( x : Decimal ) : [ string , Decimal ] ; getOffset ( group : number ) : number ; } config : { element_lists : string [] [] ; } element_ lists : string [] [] abbreviation Length : functionabbreviation Length ( group ) : number Returns number beyond Og : functionbeyond Og ( x ) : string Returns string format : functionformat ( value , acc ? ) : string Returns string format Elemental Part : functionformat Elemental Part ( abbreviation , n ) : string Returns string get Abbreviation : functionget Abbreviation ( group , progress ) : string Parameters group : number progress : number Returns string get Abbreviation And Value : functionget Abbreviation And Value ( x ) : [ string , Decimal ] Returns [ string , Decimal ] get Offset : functionget Offset ( group ) : number Returns number eng : { format ( ex : DecimalSource , acc ?: number ) : string ; } format : functionformat ( ex , acc ? ) : string Returns string
inf : { format ( ex : DecimalSource , acc ?: number , max ?: number ) : string ; } format : functionformat ( ex , acc ? , max ? ) : string Returns string layer : { layers : string [] ; format ( ex : DecimalSource , acc ?: number , max ?: number ) : string ; } layers : string [] format : functionformat ( ex , acc ? , max ? ) : string Returns string mixed_ sc : { format ( ex : DecimalSource , acc ?: number , max ?: number ) : string ; } format : functionformat ( ex , acc ? , max ? ) : string Returns string
old_ sc : { format ( ex : DecimalSource , acc : number ) : string ; } format : functionformat ( ex , acc ) : string Returns string
omega : { config : { greek : string ; infinity : string ; } ; format ( value : DecimalSource ) : string ; } config : { greek : string ; infinity : string ; } greek : string infinity : string format : functionformat ( value ) : string Returns string
omega_ short : { config : { greek : string ; infinity : string ; } ; format ( value : DecimalSource ) : string ; } config : { greek : string ; infinity : string ; } greek : string infinity : string format : functionformat ( value ) : string Returns string
standard : { tier1 ( x : number ) : string ; tier2 ( x : number ) : string ; } tier1 : functiontier1 ( x ) : string Returns string
tier2 : functiontier2 ( x ) : string Returns string
Alphabet format