[NumPy-Tickets] [NumPy] #1783: Support full long double precision in __format__
NumPy Trac
numpy-tickets@scipy....
Fri Mar 25 17:41:28 CDT 2011
#1783: Support full long double precision in __format__
--------------------+-------------------------------------------------------
Reporter: mwiebe | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
--------------------+-------------------------------------------------------
For #1675, support was added to support the format() function for numpy
scalars. This support downcasts long doubles to doubles, so cannot print
long doubles at their full precision. This should be fixed with custom
formatting code in that case.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1783>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list