Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'u/tscrim/pynac_0_7_6-22838' of git://trac.sagemath.org/…
Browse files Browse the repository at this point in the history
…sage into u/mforets/10070
  • Loading branch information
mforets committed Apr 21, 2017
2 parents 68e3a60 + ca852a1 commit bbc921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/pynac/pynac.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ cdef extern from "sage/libs/pynac/wrap.h":


GEx g_abs "GiNaC::abs" (GEx x) except + # absolute value
GEx g_step "GiNaC::unit_step" (GEx x) except + # step function
GEx g_step "GiNaC::unit_step" (GEx x) except + # step function
GEx g_csgn "GiNaC::csgn" (GEx x) except + # complex sign
GEx g_conjugate "GiNaC::conjugate_function" (GEx x) except + # complex conjugation
GEx g_real_part "GiNaC::real_part_function" (GEx x) except + # real part
Expand Down

0 comments on commit bbc921e

Please sign in to comment.