summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/floating_point_number_to_string_conversion.rst
blob: 6c9b36003f0fede37ee29543b41cb34a413cb8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NSPR provides functions that convert double-precision floating point
numbers to and from their character string representations.

These conversion functions were originally written by David M. Gay of
AT&T. They use IEEE double-precision (not IEEE double-extended)
arithmetic.

The header file ``prdtoa.h`` declares these functions. The functions
are:

 - :ref:`PR_strtod`
 - :ref:`PR_dtoa`
 - :ref:`PR_cnvtf`

References
----------

Gay's implementation is inspired by these two papers.

[1] William D. Clinger, "How to Read Floating Point Numbers Accurately,"
Proc. ACM SIGPLAN '90, pp. 92-101.

[2] Guy L. Steele, Jr. and Jon L. White, "How to Print Floating-Point
Numbers Accurately," Proc. ACM SIGPLAN '90, pp. 112-126.