Commits on Source 23
-
Hal Murray authored
-
Hal Murray authored
-
Ian Bruene authored
scalestring() takes a number in string format and scales it like the old scaleforunit(). By working with strings it sidesteps the entire floating point inaccuracy problem.
-
Ian Bruene authored
-
Ian Bruene authored
rescalestring() scales a string value by a specified number of units, similar to the former rescaleunit()
-
Ian Bruene authored
-
Ian Bruene authored
breaknumberstring() breaks a number string into it's above and below decimal parts, returning both and a bool for whether the number is negative
-
Ian Bruene authored
gluenumberstring() is the inverse of breaknumberstring.
-
Ian Bruene authored
to breaknumberstring() and gluenumberstring()
-
Ian Bruene authored
fitinfield() attempts to fit a value in a given field size, padding if there is extra room, cropping if there is not enough room. fitinfield() will never crop above the decimal point.
-
Ian Bruene authored
scalestring() takes a number in string format and scales it like the old scaleforunit(). By working with strings it sidesteps the entire floating point inaccuracy problem.
-
Ian Bruene authored
-
Ian Bruene authored
rescalestring() scales a string value by a specified number of units, similar to the former rescaleunit()
-
Ian Bruene authored
-
Ian Bruene authored
breaknumberstring() breaks a number string into it's above and below decimal parts, returning both and a bool for whether the number is negative
-
Ian Bruene authored
gluenumberstring() is the inverse of breaknumberstring.
-
Ian Bruene authored
to breaknumberstring() and gluenumberstring()
-
Ian Bruene authored
fitinfield() attempts to fit a value in a given field size, padding if there is extra room, cropping if there is not enough room. fitinfield() will never crop above the decimal point.
-
Ian Bruene authored
-
Ian Bruene authored
unitify() is the string replaement for unitformatter()
-
Ian Bruene authored
-
Ian Bruene authored
-
Ian Bruene authored
Rebase merge