We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc8d29 commit c83baa6Copy full SHA for c83baa6
lib/node_modules/@stdlib/math/base/special/atanh/src/main.c
@@ -119,7 +119,7 @@ double stdlib_base_atanh( const double x ) {
119
}
120
121
ax = x;
122
- stdlib_base_float64_set_high_word( ahx, ax );
+ stdlib_base_float64_set_high_word( ahx, &ax );
123
124
if( ahx < HIGH_BIASED_EXP_NEG_1 ) {
125
t = ax + ax;
0 commit comments