File: test_mpc_trig.txt

package info (click to toggle)
python-gmpy2 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,628 kB
  • ctags: 1,123
  • sloc: ansic: 21,036; python: 5,846; makefile: 163
file content (52 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (3)
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
41
42
43
44
45
46
47
48
49
50
51
52
MPC Functionality
=================

    >>> import gmpy2 as G
    >>> from gmpy2 import mpc
    >>> a = mpz(123)
    >>> b = mpz(456)

Test trigonometric operations
=============================

Test acos
---------

Test asin
---------

Test atan
---------

Test cos
--------

Test sin
--------

Test sin_cos
------------

Test tan
--------

Test acosh
----------

Test asinh
----------

Test atanh
----------

Test cosh
---------

Test sinh
---------

Test sinh_cosh
--------------

Test tanh
---------