You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you insert log(2,x) in the MathML Editor it outputs log102 (with a subscript 10 ).
The bug is probably due to the fact that log only reads the first parameter and assumes the default base of 10 (MathML specification)
If you insert log(2,x) in the MathML Editor it outputs log102 (with a subscript 10 ).
The bug is probably due to the fact that log only reads the first parameter and assumes the default base of 10 (MathML specification)