MCPcopy Create free account
hub / github.com/arkdb/inception / s2b

Function s2b

strings/dtoa.c:800–827  ·  view source on GitHub ↗

Converts a string to Bigint. Now we have nd0 digits, starting at s, followed by a decimal point, followed by nd-nd0 digits. Unless nd0 == nd, in which case we have a number of the form: ".xxxxxx" or "xxxxxx." @param s Input string, already partially parsed by my_strtod_int(). @param nd0 Number of digits before decimal point. @param nd Total number of digits.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

my_strtod_intFunction · 0.85

Calls 2

BallocFunction · 0.85
multaddFunction · 0.85

Tested by

no test coverage detected