Skip to content

Math expression error while fuzzing #1326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
diegoreis42 opened this issue Apr 13, 2025 · 1 comment
Open

Math expression error while fuzzing #1326

diegoreis42 opened this issue Apr 13, 2025 · 1 comment

Comments

@diegoreis42
Copy link
Contributor

diegoreis42 commented Apr 13, 2025

origin

Query: SELECT ((((cos(cosh(cosh(power(2.0, 2.0) - asinh(0.0))))))))

  • Limbo: 0.6986623777759141
  • SQLite: 0.6986187087790806
@meteorgan
Copy link
Contributor

a similar case:

query: SELECT mod(sinh((asinh(2.0))), (0.0 / (2.0) / (-1.0 - -2.0) - 2.0))

  • limbo: 1.9999999999999998
  • sqlite: 0.0
  • seed: 1744636247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants