hi expert, i'm try for log10 calculation using mathml in xml as follow
<apply><log><cn>x</cn></log></apply>
for this i'm getting expected result, but now trying for antilog which is inverse of log, i'm not sure which tag have to be use, any i'm trying as follow
<apply><inverse><log><cn>x</cn></log></inverse></apply>
here i'm not getting the expected result, do anyone know the exact tag for the antilog
thanks