compute-constrained-bayes/bigint/parseutils.nim
2023-05-22 20:19:04 -04:00

7 lines
197 B
Nim

# import parseutils
# echo parseInt("810896098877923596128062174904361421866219158")
# var res = 0
# discard parseSaturatedNatural("810896098877923596128062174904361421866219158", res)
# echo res