小编Art*_*bin的帖子

取幂后会进行什么数学运算(^)​​?

让我们给表达式一些名字:

x+3 = x+1+1+1 // lvl 1
x*3 = x+x+x   // lvl 2
x^3 = x*x*x   // lvl 3
Run Code Online (Sandbox Code Playgroud)

什么是数学术语/真实姓名/主题LVL 3以后S'

喜欢:

x (lvl 4 operation) 3 = x^x^x
x (lvl 5 operation) 3 = x(lvl 4 operation)x(lvl 4 operation)x
..
Run Code Online (Sandbox Code Playgroud)

提前致谢.

PS Above不是编程代码/语言

math operation discrete-mathematics exponentiation

3
推荐指数
1
解决办法
227
查看次数