| 意味 | 例文 |
OverflowErrorを含む例文一覧と使い方
該当件数 : 7件
If pylong cannot be converted, an OverflowError will be raised.例文帳に追加
pylong を変換できなければ、OverflowError を送出します。 - Python
For example, whethermath.log(0) returns -Inf or raises ValueError or OverflowError isn't defined, and in cases where math.log(0) raises OverflowError,math.log(0L) may raise ValueError instead.例文帳に追加
例えば、math.log(0) が -Inf を返すか ValueError または OverflowError を送出するかは不定であり、math.log(0) が OverflowError を送出する場合においてmath.log(0L) が ValueError を送出するときもあります。 - Python
If pylong cannot be represented as a long long, an OverflowError will be raised.New in version 2.2.例文帳に追加
pylong が long long で表せない場合、OverflowError を送出します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
If pylong cannot be approximately represented as a double, an OverflowError exception is raised and -1.0 will be returned.例文帳に追加
pylong が double を使って近似表現できない場合、OverflowError 例外を送出して -1.0 を返します。 - Python
The base class for those built-in exceptions that are raised for various arithmetic errors: OverflowError,ZeroDivisionError, FloatingPointError.例文帳に追加
算術上の様々なエラーにおいて送出される組み込み例外: OverflowError、ZeroDivisionError、FloatingPointError の基底クラスです。 - Python
date2.yearwould be smaller than MINYEAR or larger thanMAXYEAR. 例文帳に追加
date2.year が MINYEAR になってしまったり、MAXYEAR より大きくなってしまう場合にはOverflowError が送出されます。 - Python
If the input value cannot be represented as a valid time, either OverflowError or ValueError will be raised (which depends on whether the invalid value is caught by Python or the underlying C libraries).例文帳に追加
入力の値が正しい時刻で表現できない場合、例外OverflowErrorまたは ValueError が送出されます (どちらが送出されるかはPython および その下にある C ライブラリのどちらにとって無効な値が入力されたかで決まります) 。 - Python
| 意味 | 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|