Los paréntesis no hacen correctamente el superíndice

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 me gusta

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 Me gusta

Thank you that worked.

1 me gusta

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