ExponentFunction

ExponentFunction

NumberForm 及其相关函数的一个选项,用来确定输出近似实数时使用的指数.

更多信息

  • 当该数字以科学记数法输出时,类似 NumberForm 的函数首先找到确实会使一个数位出现在小数点左边的指数. 然后,它们选取这个指数,并把由 ExponentFunction 指定的函数应用到它上面. 如果从这个函数得到的值是一个 整数,它会被作为这个数的指数. 如果结果为Null,则该数字不会以科学记数法输出.
  • ExponentFunction 指定的函数的参数总是一个整数.
  • NumberForm 中,ExponentFunction 的默认设置不会修改指数,但对于在 -5 和 5 之间的机器数指数返回 Null,对于高精度数,如果数字没有以科学记数法输出,将插入零.
  • ScientificForm 中,ExponentFunction 的默认设置仅对单数字整数的实数返回 Null.
  • EngineeringForm 中,ExponentFunction 的默认设置返回一个 3 的倍数的指数.
  • AccountingForm 中,ExponentFunction 的默认设置总返回 Null.

范例

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

基本范例  (1)

计算 的近似幂:

默认格式为 5 位数:

限制指数为 3 的倍数:

范围  (3)

ExponentFunctionPaddedForm 连用:

EngineeringForm

ScientificForm

AccountingForm

包含幂的绝对值大于 10 的指数:

不使用科学记数法的格式化数值:

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_exponentfunction, organization={Wolfram Research}, title={ExponentFunction}, year={1991}, url={https://reference.wolfram.com/language/ref/ExponentFunction.html}, note=[Accessed: 14-November-2024 ]}