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

add NEWS.md entry re. raising one or negative one to a negative integer power #21836

Merged
merged 1 commit into from
May 13, 2017

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented May 12, 2017

Clears #18342 from #21475 (comment). Best!

@Sacha0 Sacha0 added the needs news A NEWS entry is required for this change label May 12, 2017
@Sacha0 Sacha0 added this to the 0.6.0 milestone May 12, 2017
NEWS.md Outdated
@@ -337,6 +337,9 @@ Library improvements
* A new `Dates.Time` type was added that supports representing the time of day
with up to nanosecond resolution ([#12274]).

* Raising one or negative one to a negative integer power no longer
throws a `DomainError` ([#18342]).
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like it could use a little more elaboration – i.e. what does it now do instead of throwing an error?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better? :)

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful!

@Sacha0 Sacha0 force-pushed the news18342 branch 2 times, most recently from 1334a6b to b1d60fb Compare May 13, 2017 01:26
NEWS.md Outdated
@@ -337,6 +337,12 @@ Library improvements
* A new `Dates.Time` type was added that supports representing the time of day
with up to nanosecond resolution ([#12274]).

* Raising one or negative one to a negative integer power formerly threw a `DomainError`.
One raised to any negative integer power now yields one, negative one raised to any
negative even integer power now yields one, and negative one raise to any negative
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

raised to any

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed on push. Thanks!

@tkelman tkelman merged commit a40d1be into JuliaLang:master May 13, 2017
@Sacha0 Sacha0 deleted the news18342 branch May 13, 2017 22:44
@Sacha0 Sacha0 removed the needs news A NEWS entry is required for this change label May 13, 2017
tkelman pushed a commit that referenced this pull request May 14, 2017
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.

None yet

3 participants