~ubuntu-branches/debian/sid/pari/sid

« back to all changes in this revision

Viewing changes to src/test/64/compat

  • Committer: Package Import Robot
  • Author(s): Bill Allombert
  • Date: 2013-09-24 20:49:44 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130924204944-3ddctn0k2mk1rpov
Tags: 2.5.5-1
* New upstream release
  - Fix detection of multiarch GMP.
* debian/control:
  - Bump Standards-Version to 3.9.4.
* debian/rules:
  - Add CPU mapping for s390x, sparc64 and ppc64

Show diffs side-by-side

added added

removed removed

Lines of Context:
2049
2049
65792
2050
2050
? pi
2051
2051
3.141592653589793239
2052
 
? plot(x=-5,5,sin(x))
 
2052
? b=10;a=1<<b;plot(x=-5,5,round(sin(x)<<b)/a)
2053
2053
 
2054
 
0.9995545 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|
 
2054
        1 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|
2055
2055
          |    x                                _     "_                 |
2056
2056
          |     x                              _        _                |
2057
2057
          |      x                            _                          |
2072
2072
          |                          "                            x      |
2073
2073
          |                "        "                              x     |
2074
2074
          |                 "_     "                                x    |
2075
 
-0.999555 |...................x__x".................................."x__x
 
2075
       -1 |...................x__x".................................."x__x
2076
2076
          -5                                                             5
2077
2077
? pnqn([2,6,10,14,18,22,26])
2078
2078
 
2649
2649
? getstack()
2650
2650
200
2651
2651
? getheap()
2652
 
[599, 100048]
 
2652
[600, 99725]
2653
2653
? print("Total time spent: ",gettime);
2654
 
Total time spent: 152
 
2654
Total time spent: 124