MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / readAllDoubles

Method readAllDoubles

code/algs4/StdIn.java:473–479  ·  view source on GitHub ↗

Reads all remaining tokens from standard input, parses them as doubles, and returns them as an array of doubles. @return all remaining doubles on standard input, as an array @throws InputMismatchException if any token cannot be parsed as a double

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

readDoublesMethod · 0.95

Calls 1

readAllStringsMethod · 0.95

Tested by

no test coverage detected