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

Fixup numpy #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fixup numpy #21

wants to merge 2 commits into from

Conversation

liquidcake1
Copy link

Old formula only used 255 at exactly 1.0, but used 0 for 1/255 of the
space. New formula uses both 0 and 255 (and every other number) for
exactly 1/256 of the space. If starting with a float between 0 and 1,
this is probably the intent.

Liquid Cat added 2 commits July 31, 2024 15:35
Old formula only used 255 at exactly 1.0, but used 0 for 1/255 of the
space. New formula uses both 0 and 255 (and every other number) for
exactly 1/256 of the space. If starting with a float between 0 and 1,
this is probably the intent.
@wookayin wookayin self-assigned this Nov 21, 2024
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

Successfully merging this pull request may close these issues.

2 participants