[NumPy-Tickets] [NumPy] #1783: Support full long double precision in __format__
NumPy Trac
numpy-tickets@scipy....
Fri Mar 25 17:44:17 CDT 2011
#1783: Support full long double precision in __format__
------------------------+---------------------------------------------------
Reporter: mwiebe | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Changes (by mwiebe):
* component: Other => numpy.core
Old description:
> 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.
New description:
For #1675, support was added for the format() function to 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#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list