diff --git a/reference/math/functions/acosh.xml b/reference/math/functions/acosh.xml index 8e4b21a4c4..6c3b6ec840 100644 --- a/reference/math/functions/acosh.xml +++ b/reference/math/functions/acosh.xml @@ -1,5 +1,5 @@ - + acosh @@ -16,7 +16,6 @@ arg, i.e. the value whose hyperbolic cosine is arg. - ¬e.no-windows; &reftitle.parameters; @@ -39,6 +38,29 @@ The inverse hyperbolic cosine of arg + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function is now available on all platforms + + + + + + + &reftitle.seealso; diff --git a/reference/math/functions/asinh.xml b/reference/math/functions/asinh.xml index b8f98ef3cd..cbfbfa9beb 100644 --- a/reference/math/functions/asinh.xml +++ b/reference/math/functions/asinh.xml @@ -1,5 +1,5 @@ - + asinh @@ -16,7 +16,6 @@ arg, i.e. the value whose hyperbolic sine is arg. - ¬e.no-windows; &reftitle.parameters; @@ -39,6 +38,29 @@ The inverse hyperbolic sine of arg + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function is now available on all platforms + + + + + + + &reftitle.seealso; diff --git a/reference/math/functions/atanh.xml b/reference/math/functions/atanh.xml index e9f0c6f7c1..89cc5e165b 100644 --- a/reference/math/functions/atanh.xml +++ b/reference/math/functions/atanh.xml @@ -1,5 +1,5 @@ - + atanh @@ -16,7 +16,6 @@ arg, i.e. the value whose hyperbolic tangent is arg. - ¬e.no-windows; &reftitle.parameters; @@ -39,6 +38,29 @@ Inverse hyperbolic tangent of arg + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function is now available on all platforms + + + + + + + &reftitle.seealso; diff --git a/reference/math/functions/expm1.xml b/reference/math/functions/expm1.xml index 5befe10548..cbe91a6009 100644 --- a/reference/math/functions/expm1.xml +++ b/reference/math/functions/expm1.xml @@ -1,5 +1,5 @@ - + expm1 @@ -22,7 +22,6 @@ a case where 'exp (arg) - 1' would be inaccurate due to subtraction of two numbers that are nearly equal. - ¬e.no-windows; &reftitle.parameters; @@ -45,6 +44,29 @@ 'e' to the power of arg minus one + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function is now available on all platforms + + + + + + + &reftitle.seealso; diff --git a/reference/math/functions/log1p.xml b/reference/math/functions/log1p.xml index 7d6945c349..3ef46dfa86 100644 --- a/reference/math/functions/log1p.xml +++ b/reference/math/functions/log1p.xml @@ -1,5 +1,5 @@ - + log1p @@ -22,7 +22,6 @@ log might only return log(1) in this case due to lack of precision. - ¬e.no-windows; &reftitle.parameters; @@ -45,6 +44,29 @@ log(1 + number) + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function is now available on all platforms + + + + + + + &reftitle.seealso;