Commit b7aa5e3
simplify complex atanh and remove singularity perturbation (#55268)
fixes #55266, and use `inv(z)`
rather than `1/z` and use `muladd` in a couple places.
---------
Co-authored-by: Mosè Giordano <[email protected]>1 parent 881be64 commit b7aa5e3
2 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | 1040 | | |
1044 | 1041 | | |
1045 | 1042 | | |
| 1043 | + | |
1046 | 1044 | | |
1047 | 1045 | | |
1048 | 1046 | | |
1049 | 1047 | | |
1050 | 1048 | | |
1051 | | - | |
| 1049 | + | |
1052 | 1050 | | |
1053 | 1051 | | |
1054 | 1052 | | |
1055 | 1053 | | |
1056 | 1054 | | |
1057 | | - | |
| 1055 | + | |
1058 | 1056 | | |
1059 | 1057 | | |
1060 | 1058 | | |
| |||
1064 | 1062 | | |
1065 | 1063 | | |
1066 | 1064 | | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
| 1065 | + | |
| 1066 | + | |
1070 | 1067 | | |
1071 | 1068 | | |
1072 | | - | |
| 1069 | + | |
1073 | 1070 | | |
1074 | 1071 | | |
1075 | 1072 | | |
1076 | | - | |
| 1073 | + | |
1077 | 1074 | | |
1078 | 1075 | | |
1079 | 1076 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1215 | 1215 | | |
1216 | 1216 | | |
1217 | 1217 | | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
0 commit comments