NumberSymbols

final case class NumberSymbols(system: NumberingSystem, aliasOf: Option[NumberingSystem], decimal: Option[Char], group: Option[Char], list: Option[Char], percent: Option[Char], plus: Option[Char], minus: Option[Char], perMille: Option[Char], infinity: Option[String], nan: Option[String], exp: Option[String])

Symbols of a numeric system

Symbols of a numeric system

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product