We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc7034 commit 3d3ddf4Copy full SHA for 3d3ddf4
library/statistics.po
@@ -58,6 +58,11 @@ msgid ""
58
"you may be able to use :func:`map` to ensure a consistent result, for "
59
"example: ``map(float, input_data)``."
60
msgstr ""
61
+"特に明記しない限り、これらの関数は :class:`int`, :class:`float`, :class:"
62
+"`~decimal.Decimal` そして :class:`~fractions.Fraction` をサポートします。他の"
63
+"型 (算術型及びそれ以外) は現在サポートされていません。型が混ざったコレクショ"
64
+"ンも未定義で実装依存です。入力データが複数の型からなる場合、:func:`map` を使"
65
+"用すると正しい結果が得られるでしょう。 例: ``map(float, input_data)``。"
66
67
#: ../../library/statistics.rst:39
68
msgid "Averages and measures of central location"
0 commit comments