summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/complex/complex.doc
blob: 1de63d0981813c9a6b1df6ccca0e8a76d65681a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#  COPYRIGHT (c) 2014.
#  On-Line Applications Research Corporation (OAR).
#  Cynthia Rempel <cynthia@rtems.org>
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.org/license/LICENSE.
#
This file describes the directives and concepts tested by this test set.

test set name: complex

directives:
  + cabs
  + cacos
  + cacosh
  + carg
  + casin
  + casinh
  + catan
  + catanh
  + ccos
  + ccosh
  + cexp
  + cimag
  + clog
  + conj
  + cpow
  + cproj
  + creal
  + csin
  + csinh
  + csqrt
  + ctan
  + ctanh
  + printf
  
concepts:
  + verifies the functionality of complex mathematical routines
  + printf using float and long double formats