Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
zkp
zkevm-circuits
Wiki
Zkevm docs
12 exp
12 exp
· Changes
Page history
feat: modify docs --story=1
authored
Aug 07, 2024
by
gz Xu
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
zkevm-docs/12-exp.markdown
zkevm-docs/12-exp.markdown
+3
-1
No files found.
zkevm-docs/12-exp.markdown
View page @
66f9a8e9
# Exp
`EXP`
指令计算一个数的指数,例如 base^index,本文处理EXP指令以及电路中exp运算的子电路。
# 设计
## Witness、Column设计
...
...