Skip to content
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

lum[i] = (chan <= 0.039_28) ? chan / 12.92 : ((chan + 0.055) / 1.055) ** 2.4; #216

Closed
a395027720 opened this issue Sep 2, 2021 · 1 comment
Labels

Comments

@a395027720
Copy link

index.js Line 257
lum[i] = (chan <= 0.039_28) ? chan / 12.92 : ((chan + 0.055) / 1.055) ** 2.4;

0.039_28 error,What's this?

@Qix-
Copy link
Owner

Qix- commented Sep 2, 2021

Search the issues please. It's been brought up 5 times already.

@Qix- Qix- closed this as completed Sep 2, 2021
@Qix- Qix- added the wontfix label Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants