We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd04ff commit 15cb5ebCopy full SHA for 15cb5eb
1 file changed
docs_src/ir_semantics.md
@@ -947,7 +947,7 @@ Value | Type
947
`operand` | `bits[N]`
948
`result` | `bits[M]`
949
950
-The result width `M` must be equal to $$\\lceil \\log\_{2} N \\rceil$$.
+The result width `M` must be equal to $\lceil \log_2 N \rceil$.
951
952
`encode` converts the one-hot operand value into a binary-encoded value of the
953
"hot" bit of the input. If the `n`-th bit and only the `n`-th bit of the operand
0 commit comments