Ivan Petukhov

Results 28 issues of Ivan Petukhov

Enhancement

feature
easy pickings

``` integrate(cos(x)/(1-cos(4*x)), x) ``` no calc result. On Wolfram: http://www.wolframalpha.com/input/?i=integrate%28cos%28x%29%2F%281-cos%284*x%29%29%2C+x%29 - result OK. Original issue for #7084: http://code.google.com/p/sympy/issues/detail?id=3985 Original author: https://code.google.com/u/112786146078013975159/

imported
integrals

``` java 32640-395/ E/Ajax﹕ Could not parse Last-Modified Header java.text.ParseException: Unparseable date: "Mon, 17 Aug 2015 18:26:52 GMT" (at offset 0) ``` Serious? http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html 14.29 Last-Modified An example of its...

bug

```python [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from sympy import * >>> x = Symbol('x') >>> y = Function('y') >>> dsolve(Eq(sin(Derivative(y(x), (x,...

solvers.dsolve

```python from sympy import Symbol, solve, Eq x = Symbol('x') solve(Eq((x - 5)**(-8), 3), x) ``` version of sympy is 1.12

core

```python from sympy.abc import x, y from sympy import nsolve, Eq equations = [Eq((x - 6)*(y - 5), 0), Eq((y - 2)/(x + y - 8), 3)] vars = [y,...

I repeat old question: When are you start the supporting AsyncIO up? The previous official request: https://github.com/googleapis/google-cloud-python/issues/3103

type: feature request

myinstance.rating.add(score=1, user=request.user, ip_address=request.META['REMOTE_ADDR'], request.COOKIES) # last param is optional - only if you use COOKIES-auth -- non keyword arg.