Synopsys:
stod
Given a string containing only a floating-point number, push the corresponding 64-bit floating-point number to the stack, represented as a ULONG. On conversion failure, push NULL.
Note that leading (not trailing) whitespaces will be ignored.
Stack: ( STR -- ULONG )