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 e7cd7f4 commit c30980dCopy full SHA for c30980d
library/statistics.po
@@ -63,6 +63,11 @@ msgid ""
63
"you may be able to use :func:`map` to ensure a consistent result, for "
64
"example: ``map(float, input_data)``."
65
msgstr ""
66
+"特に明記しない限り、これらの関数は :class:`int`, :class:`float`, :class:"
67
+"`~decimal.Decimal` そして :class:`~fractions.Fraction` をサポートします。他の"
68
+"型 (算術型及びそれ以外) は現在サポートされていません。型が混ざったコレクショ"
69
+"ンも未定義で実装依存です。入力データが複数の型からなる場合、:func:`map` を使"
70
+"用すると正しい結果が得られるでしょう。 例: ``map(float, input_data)``。"
71
72
#: ../../library/statistics.rst:39
73
msgid "Averages and measures of central location"
0 commit comments