$IterationLimit

$IterationLimit

给出试图计算任何表达式的计算链的最大长度.

更多信息

范例

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

基本范例  (2)

缺省的 $IterationLimit

定义一个迭代模式的函数:

通过临时给 $IterationLimit 设定一个不同值来计算:

通过一个更高的 $IterationLimit,我们可以计算函数:

范围  (1)

迭代限制可以设置为 , 来允许任意数量的计算步骤:

属性和关系  (2)

迭代限制防止定义超出控制范围:

递归限制防止递归定义超出控制范围:

可能存在的问题  (1)

$IterationLimit 只应用于表达式的重新计算和不循环的结构体,比如 DoWhile

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_$iterationlimit, organization={Wolfram Research}, title={$IterationLimit}, year={1991}, url={https://reference.wolfram.com/language/ref/$IterationLimit.html}, note=[Accessed: 18-November-2024 ]}