public class NumericParser
extends Object
- number: a double in Java's floating number format
- array: an array of numbers stored as [v0,v1,...,vn]
- tuple: a list of numbers, arrays, or tuples stored as (...)
Constructor and Description |
---|
NumericParser() |
Modifier and Type | Method and Description |
---|---|
static Object |
parse(String s)
Parses a string into a Double, an Array[Double], or a Seq[Any].
|