-
Notifications
You must be signed in to change notification settings - Fork 439
L_pw
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
Precision variant for 2 norm: (x,y) -> sqrt(x^2+y^2)::
hypot(float x, float y) -> float hypot(DM x, DM y) -> DM hypot(SX x, SX y) -> SX hypot(MX x, MX y) -> MX
To edit, see writing tips.