Skip to content

stmario/StringDecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer: Use at own risk.

This is a small library to easily convert fixed point numbers to strings and vice versa.

Example:

StringDecimal.intToStringDecimal(12345, 3) = "12.345"
StringDecimal.intToStringDecimal(12345, 7) = "0.0012345"
StringDecimal.intToStringDecimal(-12345, 3) = "-12.345"
StringDecimal.intToStringDecimal(-12345, 7) = "-0.0012345"

About

This is a small library to easily convert fixed point numbers to strings and vice versa. USE AT OWN RISK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors