NumericQ

NumericQ[expr]

用来判断 expr 是否是数值,若是则返回 True,否则返回 False.

更多信息

  • 一个表达式被视为一个数值量,如果它是一个显式的数,或一个类似 Pi 一样的数学常数,或是有 NumericFunction 属性且所有参数均为数值的函数.
  • 大多数情况下,只要 N[expr] 得到一个明确的数,NumericQ[expr] 就返回 True.

范例

打开所有单元关闭所有单元

基本范例  (1)

NumericQ 测试一个对象是否是一个数值量:

在多数情况下,当 N[expr] 产生一个明确数,NumericQ[expr] 给出 True

范围  (2)

如果一个对象的所有成分是数值,则该对象是数值:

表达式的某些部分是数值:

表示数字常量的系统符号:

具有 NumericFunction 属性的系统符号:

这些函数的任意组合,其数值参数为数值量:

大多数情况下,由于参数不大可能是正确的,N[e] 不是一个数字:

应用  (3)

测试一个矩阵是否包含数值项:

定义一个函数,仅当它的参数是数值时计算:

定义一个有数值参数特例的函数:

属性和关系  (3)

If NumberQ[x] is True, then NumericQ[x] is also True:

如果 fNumericFunction 属性,则当 args 是数值时 f[args] 为一个数值:

NumericQ will give True for numerical expressions that may produce real or complex values:

Only one of these two values is real:

Use RealValuedNumericQ to test for numeric expressions that are real valued.

可能存在的问题  (1)

NumericQ[e] 通常不隐含 N[e] 将产生一个数:

当给出的函数参数不正确时,这也会发生:

Wolfram Research (1996),NumericQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/NumericQ.html.

文本

Wolfram Research (1996),NumericQ,Wolfram 语言函数,https://reference.wolfram.com/language/ref/NumericQ.html.

CMS

Wolfram 语言. 1996. "NumericQ." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/NumericQ.html.

APA

Wolfram 语言. (1996). NumericQ. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/NumericQ.html 年

BibTeX

@misc{reference.wolfram_2024_numericq, author="Wolfram Research", title="{NumericQ}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/NumericQ.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_numericq, organization={Wolfram Research}, title={NumericQ}, year={1996}, url={https://reference.wolfram.com/language/ref/NumericQ.html}, note=[Accessed: 21-November-2024 ]}