We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fa769 commit 7c72b5cCopy full SHA for 7c72b5c
doc/specs/stdlib_str2num.md
@@ -44,7 +44,7 @@ program example_string_to_number
44
45
txt = ' 8.8541878128e−12 '
46
x = to_num( txt , x )
47
-end program example_random_seed
+end program example_string_to_number
48
```
49
50
## `to_num_p` - conversion of a stream of values in a string to numbers
0 commit comments