すべて閉鎖する¶
- astropy.units.allclose(a, b, rtol=1e-05, atol=None, equal_nan=False, **kwargs) bool [ソース]¶
2つの配列が公差内で要素によって等しいかどうか。
- パラメータ
- a, b :配列のようなまたは
Quantity
配列のような 比較する入力値または配列
- rtol :配列のようなまたは
Quantity
配列のような 比較の相対的な許容差は、デフォルトでは
1e-5
それがそうです。もし…。rtol
これはQuantity
そうすれば、それは無量なものに違いない。- atol :数字や
Quantity
数字や The absolute tolerance for the comparison. The units (or lack thereof) of
a
,b
, andatol
must be consistent with each other. IfNone
,atol
defaults to zero in the appropriate units.- equal_nan :
bool
ブルル. 南を同等に例えるかどうか。もし…。
True
ハンス·インa
南と同じと思われるのはb
それがそうです。
- a, b :配列のようなまたは
- 賃上げをする
UnitsError
If the dimensions of
a
,b
, oratol
are incompatible, or ifrtol
is not dimensionless.
参考
注意事項
これは
Quantity
-サポートされているバージョンnumpy.allclose()
それがそうです。しかしこれはnumpy
関数の役割は、ここでの絶対許容差のデフォルト値がゼロであり、そうではないことである。atol=1e-8
はい。numpy
デフォルト値を設定する自然な方法がないからです 絶対に 異なる比例単位を有する可能性のある2つの入力が与えられた場合の許容差。