本文介绍了算法中不熟悉的符号:∀是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在阅读一种算法(这是一种基于A *的寻路算法),其中包含一个我不熟悉的数学符号:∀

I'm reading about an algorithm (it's a path-finding algorithm based on A*), and it contains a mathematical symbol I'm unfamiliar with: ∀

这里是上下文:

有人可以解释∀的意思吗?

Can someone explain the meaning of ∀?

推荐答案

这是全部"(所有人)符号,如维基百科的数学符号表 Unicode全部字符(\u2200 、,).

That's the "forall" (for all) symbol, as seen in Wikipedia's table of mathematical symbols or the Unicode forall character (\u2200, ∀).

这篇关于算法中不熟悉的符号:∀是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 13:15