<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="trigonometry" xml:lang="zh_TW">

    <info>
        <link type="guide" xref="index#equation"/>
    </info>

	<title>三角函數</title>
    
    <p>三角函數運算可以使用 sin、cos，以及 tan <link xref="function">函數</link>。</p>
    <example>
    <p>sin 45</p>
    </example>
    <p>
    To change the angle units used, press the menu button in the top-right
    corner of the window and select <gui style="menuitem">Preferences</gui>.
    Trigonometry buttons are visible when in <link xref="mouse">Advanced mode</link>.
    </p>
    <p>在函數尾端加上「h」後，便可使用雙曲函數。</p>
    <example>
    <p>sinh 0.34</p>
    </example>
    <p>要輸入反函數，可以使用反函數符號「⁻¹」(<keyseq><key>Ctrl</key><key>I</key></keyseq>)，或是在函數前加上「a」。下面的兩個方程式是相同的。</p>
    <example>
    <p>sin⁻¹ 0.5</p>
    <p>asin 0.5</p>
    </example>   
    <p>若要用鍵盤輸入 <link xref="variable">π</link>，使用 <keyseq><key>Ctrl</key><key>P</key></keyseq>。</p>
</page>
