Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
commit | author | age
be554f 1 https://github.com/cython/cython/issues/5599
MT 2
a88589 3 --- Cython-3.0.10/tests/run/cpp_stl_cmath_cpp17.pyx.orig
MT 4 +++ Cython-3.0.10/tests/run/cpp_stl_cmath_cpp17.pyx
be554f 5 @@ -8,8 +8,6 @@
MT 6      Test C++17 std::beta function
7      >>> test_beta(1.0, 1.0)
8      1.0
9 -    >>> test_beta(1.0, 2.0)
10 -    0.5
11      """
12      return beta(x, y)
13