Cython generates this:

static  double __pyx_f_54C:\WINDOWS\Temp\sympy
\c22dfc385147e1fa7b59a1dafc6f623e_cf(double __pyx_v_x) {
  double __pyx_r;

  /* "C:\WINDOWS\Temp\sympy\c22dfc385147e1fa7b59a1dafc6f623e.pyx":38
 * # define C function
 * cdef double cf(double x):
 *     return (2*exp(2*x) -
3.141592653589793238462643383*sin(x)**2.141592653589793238462643383*cos(x))
# <<<<<<<<<<<<<<
 *
 * def f(x):
 */
  __pyx_r = ((2 * exp((2 * __pyx_v_x))) -
((3.141592653589793238462643383 * pow(sin(__pyx_v_x),
2.141592653589793238462643383)) * cos(__pyx_v_x)));
  goto __pyx_L0;

  __pyx_r = 0;
  __pyx_L0:;
  return __pyx_r;
}

Is this (especially the '\') valid C?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to