Giter Club home page Giter Club logo

Comments (6)

paulmasson avatar paulmasson commented on June 3, 2024 1

@axkr any function that goes through the upper incomplete gamma is likely to have issues. I've spent quite a bit of time figuring out how to address problems with that function as well as hypergeometricU. Think I know a way forward but it will be a lot of work and I've been procrastinating. Need to get focused...

from math.

alfredwassermann avatar alfredwassermann commented on June 3, 2024

coshIntegral(x) seems to hang infinitely when called with x = -1.0.
Further, the correct definition of $f1 and $f2 is probably

function $f1(x) { try { return re(coshIntegral(mul(a.Value(),x)));} catch(e) { return Number.NaN;} }
function $f2(x) { try { return im(coshIntegral(mul(a.Value(),x)));} catch(e) { return Number.NaN;} }

from math.

axkr avatar axkr commented on June 3, 2024

Further, the correct definition of $f1 and $f2 is probably

@alfredwassermann, @paulmasson - I inserted a JSFiddle button into the graphics iframe, to make it easier checking problems with the generated JavaScript.
Example:

from math.

paulmasson avatar paulmasson commented on June 3, 2024

@alfredwassermann you were correct that coshIntegral hangs at -1. Traces back to expIntegralEi which hangs at -1 and +i/-i. I've added a fix in d1d69f3 to avoid this and allow the page to load.

@axkr your page now finishes loading, although slowly, but nothing appears. Since this appears to be an issue with your implementation of JSXGraph, I'm closing this issue. Feel free to reopen it if there's still a problem on my end.

from math.

axkr avatar axkr commented on June 3, 2024

@paulmasson should I post examples of slow Mathcell 3D renderings in a new issue or do you assume they have all the same cause?

from math.

paulmasson avatar paulmasson commented on June 3, 2024

@axkr probably all the same root cause. Reopen this issue as needed. Thanks!

from math.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.