Searched refs:fpformat (Results 1 – 7 of 7) sorted by relevance
2 :mod:`fpformat` --- Floating point conversions5 .. module:: fpformat10 The :mod:`fpformat` module has been removed in Python 3.15 The :mod:`fpformat` module defines functions for dealing with floating point23 The :mod:`fpformat` module defines the following functions and an exception:58 >>> import fpformat59 >>> fpformat.fix(1.23, 1)
30 fpformat.rst
7 fpformat = import_module('fpformat', deprecated=True) variable8 fix, sci, NotANumber = fpformat.fix, fpformat.sci, fpformat.NotANumber
145 unw_word_t fpstate, fpformat; in x86_get_scratch_loc() local290 &fpformat)) < 0) in x86_get_scratch_loc()292 if (fpformat == FREEBSD_UC_MCONTEXT_FPFMT_NODEV || in x86_get_scratch_loc()293 (is_xmmstate && fpformat != FREEBSD_UC_MCONTEXT_FPFMT_XMM)) in x86_get_scratch_loc()
1887 fpformat General floating point formatting functions.
9927 - The fpformat module has been deprecated for removal in Python 3.0.
2931 :mod:`fpformat`,