ScientificConstants[HasConstant] - 物理定数の名前または記号が ScientificConstants パッケージ内に存在するかどうかの調査
使い方
HasConstant( descriptor )
パラメータ
descriptor - 名前
|
説明
|
|
•
|
descriptor が ScientificConstants パッケージ内にある物理定数のフルネームまたは記号であるならば、HasConstant( descriptor ) コマンドは true を返します。そうでなければ false を返します。
|
|
|
例
|
|
>
|
with(ScientificConstants):
HasConstant( c );
|
| (2.1) |
>
|
HasConstant( speed_of_light_in_vacuum );
|
| (2.2) |
|
|
Download Help Document
Was this information helpful?