Skip to content

[simd.{syn,math}] Rename parameters of new overloads of various special maths functions:#8993

Open
tkoeppe wants to merge 1 commit intocplusplus:mainfrom
tkoeppe:xyzrename
Open

[simd.{syn,math}] Rename parameters of new overloads of various special maths functions:#8993
tkoeppe wants to merge 1 commit intocplusplus:mainfrom
tkoeppe:xyzrename

Conversation

@tkoeppe
Copy link
Copy Markdown
Contributor

@tkoeppe tkoeppe commented Apr 26, 2026

  • For comp_ellint_3: from "x, y" to "k, nu"
  • For cyl_bessel_{i,j,k}: from "x, y" to "nu, x"
  • For cyl_neumann: from "x, y" to "nu, x"
  • For ellint_{1,2}: from "x, y" to "k, phi"
  • For ellint_{1,2}: from "x, y, z" to "k, nu, phi"

The paper P3844R4 (LWG Motion 4) added those overloads with parameters named differently from the names of the existing overloads, but the latter names seem more appropriate.

Addresses editorial review committee feedback.

…al maths functions:

* For comp_ellint_3: from "x, y" to "k, nu"
* For cyl_bessel_{i,j,k}: from "x, y" to "nu, x"
* For cyl_neumann: from "x, y" to "nu, x"
* For ellint_{1,2}: from "x, y" to "k, phi"
* For ellint_{1,2}: from "x, y, z" to "k, nu, phi"

The paper P3844R4 (LWG Motion 4) added those overloads with parameters
named differently from the names of the existing overloads, but the
latter names seem more appropriate.

Addresses editorial review committee feedback.
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.

1 participant