dmd.root.strtold

Provides a D implementation of the standard C function strtold (String to long double).

Members

Functions

main
void main()

Bigint ***********************************

main
void main()

Test ***********************************

print
void print(uint* a)

Bigint ***********************************

strtold_dm
longdouble_soft strtold_dm(const(char)* p, char** endp)

Convert string to double. Terminates on first unrecognized character.

times10
void times10(uint* a)

Bigint ***********************************

Structs

longdouble_test
struct longdouble_test

Test ***********************************

Meta

Suggestion Box / Bug Report