summaryrefslogtreecommitdiffstats
path: root/docs/nspr/reference/prfloat64.rst
blob: 704eabec96aaa231a44684ab0332674bdfabc1e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PRFloat64
=========

The NSPR floating-point type is always 64 bits.


Syntax
------

.. code::

   #include <prtypes.h>

   typedef double PRFloat64;