Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.57 KB | None | 0 0
  1. +017:     cdef double fa = f[a]
  2.   __pyx_t_1 = PyFloat_FromDouble(__pyx_v_a); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 17, __pyx_L1_error)
  3.   __Pyx_GOTREF(__pyx_t_1);
  4.   __pyx_t_2 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_f), __pyx_t_1); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 17, __pyx_L1_error)
  5.   __Pyx_GOTREF(__pyx_t_2);
  6.   __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  7.   __pyx_t_3 = __pyx_PyFloat_AsDouble(__pyx_t_2); if (unlikely((__pyx_t_3 == (double)-1) && PyErr_Occurred())) __PYX_ERR(0, 17, __pyx_L1_error)
  8.   __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
  9.   __pyx_v_fa = __pyx_t_3;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement