Menu

#64 Segfault on diff() with no "*radian"

v1.0 (example)
closed-fixed
nobody
None
5
2016-05-08
2007-08-20
No

Just found that Qalculate! segfaults when trying to calculate:
diff((x-tan(x))/(x^2*sin(x)))

I also tryed: diff((x-tan(x))/(x^2*sin(x)),x,1) but it sefgaults again.

If we try the same function adding "* radian" inside trigonometric function it works right:
diff((x-tan(x*radian))/(x^2*sin(x*radian)),x,1)

This works too:
diff((x-tan(x*radian))/(x^2*sin(x)),x,1)

Many thanks,

TDFS

Discussion

  • Jonathan Stickel

    Still broken in 0.9.7.

     
  • Hanna K.

    Hanna K. - 2016-05-08
    • status: open --> closed-fixed
    • Group: --> v1.0 (example)
     

Log in to post a comment.