[Numpy-svn] [numpy/numpy] 52ee0f: BUG: Add more complex trig functions to glibc < 2....

GitHub noreply at github.com
Tue Jan 12 12:41:35 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 52ee0f2ac972522e538d9d66471bf473f00e3ee0
      https://github.com/numpy/numpy/commit/52ee0f2ac972522e538d9d66471bf473f00e3ee0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-08 (Fri, 08 Jan 2016)

  Changed paths:
    M numpy/core/src/private/npy_config.h

  Log Message:
  -----------
  BUG: Add more complex trig functions to glibc < 2.16 blacklist.

Added functions are

- cacos
- cacosf
- cacosl
- cacosh
- cacoshf
- cacoshl

Closes #6063.


  Commit: 2df298d9ac469ec60a29373ea60cd17e0c4fd970
      https://github.com/numpy/numpy/commit/2df298d9ac469ec60a29373ea60cd17e0c4fd970
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M numpy/core/src/private/npy_config.h

  Log Message:
  -----------
  Merge pull request #6975 from charris/add-cacosh-to-glibc-blacklist

BUG: Add more complex trig functions to glibc < 2.16 blacklist.


Compare: https://github.com/numpy/numpy/compare/11929309a0c4...2df298d9ac46


More information about the Numpy-svn mailing list