括弧が上付き文字を正しく処理しません

I noticed that the parenthesis don’t do the superscript correctly. For example,

$2^(ceil(ln(N)))$

displays it like this:

$2^(ceil(ln(N)))$

(ceil(ln(N))

Check your matching parens.

「いいね!」 1

image

I get this even with matching parenthesis.

You are typing AsciiMath delimited by LaTeX delimiters. To use AsciiMath, try:

%2^(ceil(ln(N)))%

To get the same result in LaTeX, try:

$2^{\lceil \ln(N) \rceil}$
「いいね!」 5

Thank you that worked.

「いいね!」 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.