diff --git a/export-formats.md b/export-formats.md
index 696aee0d..3ad8b327 100644
--- a/export-formats.md
+++ b/export-formats.md
@@ -476,7 +476,7 @@ _Conversion to SBML's MathML_
|`exp(x)`|`(x)`|
|`floor(x)`|`(x)`|
|`ln(x)`|`(x)`|
-|`log(x)`|`(x)`|
+|`log(x)`|`(x)`|
|`logbase(base, x)`|`(base)(x)`|
|`log10(x)`|`(x)`|
|`log2(x)`|`2(x)`|
@@ -484,7 +484,7 @@ _Conversion to SBML's MathML_
|`pow(x, y)`|`(x) (y)`|
|`sign(x)`|`(x)`|
|`sqrt(x)`|`(x)`|
-|`nthRoot(x, n)`|not supported|
+|`nthRoot(x, n)`|`(n)(x)`|
|`square(x)`|`(x)2`|
|`subtract(x, y)`|`(x) (y)`|
|`max(x, y)`|`(x) (y)`|
@@ -498,15 +498,15 @@ _Conversion to SBML's MathML_
|`ifle(x, y, z1, z2)`|not supported|
|`ifeq(x, y, z1, z2)`|not supported|
|`x ^ y`|`(x) (y)`|
-|`e`|not supported|
-|`pi`|not supported|
-|`Infinity`|not supported|
-|`NaN`|not supported|
+|`e`|``|
+|`pi`|``|
+|`Infinity`|``|
+|`NaN`|``|
|`t`|`t`|
-|`a and b`|`(x) (y)`|
-|`a or b`|`(x) (y)`|
-|`a xor b`|`(x) (y)`|
-|`not a`|`(x)`|
-|`b1 < b2 ? x : y`|`(x)(b1) (b2)(y)`|
+|`a and b`|`(a) (b)`|
+|`a or b`|`(a) (b)`|
+|`a xor b`|`(a) (b)`|
+|`not a`|`(a)`|
+|`b1 < b2 ? x : y`|`(x)(b1) (b2)(y)`|
|`piecewise(value1, cond1, value2, cond2, ..., otherwise)`|`(value1) (cond1)(value2) (cond2)(otherwise)`|
|`acos(x)`, `acot(x)`, `acsc(x)`,`asec(x)`, `asin(x)`, `atan(x)`, `cos(x)`, `cot(x)`, `csc(x)`, `sec(x)`, `sin(x)`, `tan(x)`|`(x)`...|