1<?xml version='1.0'?> 2<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN' 3 'http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd' 4 [<!ENTITY mathml 'http://www.w3.org/1998/Math/MathML'>]> 5<html xmlns='http://www.w3.org/1999/xhtml'> 6<head><title>acosh3</title> 7<!-- MathML created with MathCast Equation Editor version 0.89 --> 8</head> 9<body> 10<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 11 <mrow> 12 <mtext>acosh</mtext> 13 <mfenced> 14 <mrow> 15 <mi>x</mi> 16 </mrow> 17 </mfenced> 18 <mo>=</mo> 19 <mtext>log1p</mtext> 20 <mfenced> 21 <mrow> 22 <mi>y</mi> 23 <mo>+</mo> 24 <msqrt> 25 <mrow> 26 <msup> 27 <mi>y</mi> 28 <mn>2</mn> 29 </msup> 30 <mo>+</mo> 31 <mn>2</mn> 32 <mi>y</mi> 33 </mrow> 34 </msqrt> 35 </mrow> 36 </mfenced> 37 <mspace width="1em"/> 38 <mo>;</mo> 39 <mspace width="1em"/> 40 <mi>y</mi> 41 <mo>=</mo> 42 <mi>x</mi> 43 <mo>−</mo> 44 <mn>1</mn> 45 </mrow> 46</math> 47</body> 48</html> 49