Numeric.parse

Parse and return a {@code Numeric} instance for the given {@code s}. <p/> The string {@code "Nan"} will return the {@link #NaN} instance.

@param s the string @return the {@code Numeric} value

class Numeric
static
parse
(
string s
)

Meta