Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an extremely naïve Scala port of the grisu.net library for rendering floating-point numbers.

It is published on Maven central, so setting up SBT is as simple as

libraryDependencies += "com.rojoma" %% "grisu-scala" % "1.0.0"

While for Maven, the pom snippet is:

<dependencies>
  <dependency>
    <groupId>com.rojoma</groupId>
    <artifactId>grisu-scala_${scala.version}</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>

grisu-scala is published for Scala version 2.10, 2.11, 2.12, and 2.13.

About

Port of grisu.net to the JVM

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages