summaryrefslogtreecommitdiff
path: root/mysql-test/xml/tests/sel000009.xml
blob: 0c79f0321125c6b44967bc37be5a3875b150485a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" standalone="no"?>

<!-- This file is maintained by matt@mysql.com -->

<test name="sel000009">

   <version value="3.22"/>
   <version value="3.23"/>

   <description>Numeric functions.</description>
   <description>Testing PI(), SIN(), COS(), TAN(), COT(), ASIN(), ACOS(), ATAN().</description>

   <resultfile name="r/3.23/sel000009.result">
        <sql>SELECT PI(),SIN(PI()/2),COS(PI()/2),TAN(PI()),COT(1),ASIN(1),ACOS(0),ATAN(1)</sql>
   </resultfile>

</test>