8000 Merge pull request #8351 from shadchin/bug · numpy/numpy@c84e507 · GitHub
[go: up one dir, main page]

Skip to content

Commit c84e507

Browse files
authored
Merge pull request #8351 from shadchin/bug
BUG: correct letter case
2 parents b297cb7 + f1cf6bd commit c84e507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/npymath/npy_math_complex.c.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ _do_hard_work@c@(@type@ x, @type@ y, @type@ *rx,
10711071
#if @precision@ == 3
10721072
const npy_longdouble A_crossover = 10.0l;
10731073
const npy_longdouble B_crossover = 0.6417l;
1074-
#if NPy_SIZEOF_LONGDOUBLE == NPY_SIZEOF_DOUBLE
1074+
#if NPY_SIZEOF_LONGDOUBLE == NPY_SIZEOF_DOUBLE
10751075
const npy_longdouble FOUR_SQRT_MIN = 5.9666725849601654e-154;
10761076
#else
10771077
const npy_longdouble FOUR_SQRT_MIN = 7.3344154702193886625e-2466l;

0 commit comments

Comments
 (0)
0