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

ps #1879

Merged
merged 3 commits into from
Jul 8, 2024
Merged

ps #1879

merged 3 commits into from
Jul 8, 2024

Conversation

jtlap
Copy link
Collaborator

@jtlap jtlap commented Jul 6, 2024

No description provided.

@@ -106,21 +110,11 @@ namespace eve
//! * pow(\f$+\infty\f$, y) returns +0 for any y less than 0
//! * pow(\f$+\infty\f$, y) returns \f$+\infty\f$ for any y greater than 0
//! * except where specified above, if any argument is NaN, NaN is returned
//! 2. [The operation is performed conditionnaly](@ref conditional)
//! 3. speedier must less accurate call
Copy link
Owner

Choose a reason for hiding this comment

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

Faster is the correct word

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

//! 1. Returns the [elementwise](@ref glossary_elementwise) \f$(1+x)^y\f$, with good accuracy,
//! even when `x` is small.
//! 2. [The operation is performed conditionnaly](@ref conditional)
//! 3. speedier must less accurate call.
Copy link
Owner

Choose a reason for hiding this comment

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

Faster

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

//! * pow_abs(\f$+\infty\f$, y) returns \f$+\infty\f$ for any positive y.
//! * except where specified above, if any argument is NaN, NaN is returned.
//! 2. [The operation is performed conditionnaly](@ref conditional)
//! 3. speedier must less accurate call.
Copy link
Owner

Choose a reason for hiding this comment

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

Faster

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

//! 1. Returns the [elementwise](@ref glossary_elementwise) power minus one, with good accuracy,
//! even when `y` is very small, or when `x` is close to 1.
//! 2. [The operation is performed conditionnaly](@ref conditional)
//! 3. speedier must less accurate call.
Copy link
Owner

Choose a reason for hiding this comment

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

Faster

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@jfalcou jfalcou merged commit e6afc4d into main Jul 8, 2024
32 checks passed
@jfalcou jfalcou deleted the doc_v2_p branch July 8, 2024 06:05
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

2 participants