1 line
50 B
FSharp
1 line
50 B
FSharp
let is_numeric a = fst (System.Double.TryParse a)
|
let is_numeric a = fst (System.Double.TryParse a)
|