Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual specializations for trig-related functions #150

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

dbeach24
Copy link
Contributor

@dbeach24 dbeach24 commented Oct 3, 2016

Added Dual specializations for:

  • hypot(x, y)
  • hypot(x, y, z)
  • sincos(x) = (sin(x), cos(x))

Fixes #148

@dbeach24 dbeach24 force-pushed the djcb/specialize-hypot-sincos branch from 8c531d9 to b17795a Compare October 3, 2016 19:43
  - hypot(x, y)
  - hypot(x, y, z)
  - sincos(x) = (sin(x), cos(x))
@dbeach24 dbeach24 force-pushed the djcb/specialize-hypot-sincos branch from b17795a to b39c814 Compare October 3, 2016 20:59
@jrevels
Copy link
Member

jrevels commented Oct 11, 2016

Sorry about being slow to review this, I've been on vacation the past week. This looks good, thanks for contributing!

@jrevels jrevels merged commit b1f5671 into JuliaDiff:master Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants