Q: Why does my formula fail?
A: Check the following:
- Use Mathematica-style function names with square brackets:
Sin[x](notsin(x)) - Column names and constant names are spelled correctly
- Use supported functions (e.g., Sin, Cos, Log, Exp, Sqrt, Abs)
Q: How do I reference columns in a formula?
A: You can use:
- Header names from the first row (e.g.,
E1,E2) - Positional aliases
x1,x2,x3, ... - In extrapolation mode,
A,B,Cfor the first three columns
Q: How do I represent uncertainties?
A: Two formats are supported:
- Parentheses notation:
1.2345(67)means 1.2345 ± 0.0067 - Separate columns: value and sigma in two columns
Q: What are the constraints for log-scale fitting?
A:
log-xrequires all x > 0log-yrequires all y > 0log-xyrequires all x, y > 0
Q: PDF generation fails — what should I do?
A:
- Ensure LaTeX is installed (e.g., texlive or MacTeX)
- Check the configured LaTeX engine path
- Review error details in the logs
Q: Why is high-precision computation slow?
A: This is expected. Higher mp.dps means slower computation. Recommendations:
- Use high precision only when needed
- 80 digits is usually sufficient for acceleration methods
- Use default precision for routine runs
Q: Upload fails — what should I check?
A:
- File must be UTF‑8 encoded
- File size must be within the limit (default 1MB)
- Format must be valid (headers on first row, data on following rows)
- Verify input format
- Validate formula syntax
- Check parameter settings
- Review warnings
- Clear browser cache
- Try another browser
- Check the JavaScript console for errors
CSV download:
- Ensure results are generated
- Check browser download settings
LaTeX/PDF:
- Copy LaTeX and compile manually
- Check your PDF viewer