René's URL Explorer Experiment


Title: Discrepancy: number comparison differs from Processing Java `(0.1 + 0.2 == 0.3)` · Issue #203 · processing/libprocessing · GitHub

Open Graph Title: Discrepancy: number comparison differs from Processing Java `(0.1 + 0.2 == 0.3)` · Issue #203 · processing/libprocessing

X Title: Discrepancy: number comparison differs from Processing Java `(0.1 + 0.2 == 0.3)` · Issue #203 · processing/libprocessing

Description: I don't know whether this is something that needs to be addressed or just documented. I suppose this is related to the difference between float and double precision (?) In Processing, this condition evaluates to true: void setup() { size...

Open Graph Description: I don't know whether this is something that needs to be addressed or just documented. I suppose this is related to the difference between float and double precision (?) In Processing, this conditio...

X Description: I don't know whether this is something that needs to be addressed or just documented. I suppose this is related to the difference between float and double precision (?) In Processing, this cond...

Opengraph URL: https://github.com/processing/libprocessing/issues/203

X: @github

direct link

Domain: atooq@github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Discrepancy: number comparison differs from Processing Java `(0.1 + 0.2 == 0.3)`","articleBody":"I don't know whether this is something that needs to be addressed or just documented. \nI suppose this is related to the difference between `float` and `double` precision (?)\n\nIn Processing, this condition evaluates to `true`:\n\n```java\nvoid setup() {\n  size(400, 400);\n\n  if (0.1 + 0.2 == 0.3) {\n    background(0, 255, 0);\n    circle(200, 200, 100);\n  }\n}\n```\n\nThe equivalent mewnala sketch evaluates the condition as `false`.\n\n```python\nfrom mewnala import *\n\ndef setup():\n    size(200, 200)\n\n    if 0.1 + 0.2 == 0.3:\n        background(0, 255, 0)\n        circle(200, 200, 100)\n\nrun()\n```\n\n_Note: size is reduced in mewnala to account for https://github.com/processing/libprocessing/issues/198_\n\n\u003cimg width=\"1315\" height=\"702\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1a21ed52-82bc-4e2e-9b31-b00c69d8cc47\" /\u003e","author":{"url":"https://github.com/SableRaf","@type":"Person","name":"SableRaf"},"datePublished":"2026-07-14T11:41:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/203/libprocessing/issues/203"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a3777b53-5d58-7790-1811-2f629cf22beb
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9FD8:2AE2E2:5468FC5:6E044F9:6A5D8531
html-safe-nonce03711b3d33bd92e49accb04d36f705b0470767f2401bd037fcce8b7ddc8aef5e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RkQ4OjJBRTJFMjo1NDY4RkM1OjZFMDQ0Rjk6NkE1RDg1MzEiLCJ2aXNpdG9yX2lkIjoiMjE0NTk2NDg4OTIxOTEwNjA5NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0056126df7a95aab291d4b8de4ef10abdfbd60d39cc734353ebe0e01d417f2a7
hovercard-subject-tagissue:4882687777
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/libprocessing/203/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7fc3d5d652a5d6c766e65a58a349317dd55ca621441270e6e5f59fab42574e37/processing/libprocessing/issues/203
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7fc3d5d652a5d6c766e65a58a349317dd55ca621441270e6e5f59fab42574e37/processing/libprocessing/issues/203
og:image:altI don't know whether this is something that needs to be addressed or just documented. I suppose this is related to the difference between float and double precision (?) In Processing, this conditio...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameSableRaf
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/processing/libprocessing git https://github.com/processing/libprocessing.git
octolytics-dimension-user_id1617169
octolytics-dimension-user_loginprocessing
octolytics-dimension-repository_id1101329545
octolytics-dimension-repository_nwoprocessing/libprocessing
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1101329545
octolytics-dimension-repository_network_root_nwoprocessing/libprocessing
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://atooq@github.com/processing/libprocessing/issues/203#start-of-content
https://atooq@github.com/
Sign in https://atooq@github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Flibprocessing%2Fissues%2F203
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://atooq@github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Flibprocessing%2Fissues%2F203
Sign up https://atooq@github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=processing%2Flibprocessing
Reloadhttps://atooq@github.com/processing/libprocessing/issues/203
Reloadhttps://atooq@github.com/processing/libprocessing/issues/203
Reloadhttps://atooq@github.com/processing/libprocessing/issues/203
Please reload this pagehttps://atooq@github.com/processing/libprocessing/issues/203
processing https://atooq@github.com/processing
libprocessinghttps://atooq@github.com/processing/libprocessing
Notifications https://atooq@github.com/login?return_to=%2Fprocessing%2Flibprocessing
Fork 12 https://atooq@github.com/login?return_to=%2Fprocessing%2Flibprocessing
Star 56 https://atooq@github.com/login?return_to=%2Fprocessing%2Flibprocessing
Code https://atooq@github.com/processing/libprocessing
Issues 68 https://atooq@github.com/processing/libprocessing/issues
Pull requests 2 https://atooq@github.com/processing/libprocessing/pulls
Actions https://atooq@github.com/processing/libprocessing/actions
Projects https://atooq@github.com/processing/libprocessing/projects
Wiki https://atooq@github.com/processing/libprocessing/wiki
Security and quality 0 https://atooq@github.com/processing/libprocessing/security
Insights https://atooq@github.com/processing/libprocessing/pulse
Code https://atooq@github.com/processing/libprocessing
Issues https://atooq@github.com/processing/libprocessing/issues
Pull requests https://atooq@github.com/processing/libprocessing/pulls
Actions https://atooq@github.com/processing/libprocessing/actions
Projects https://atooq@github.com/processing/libprocessing/projects
Wiki https://atooq@github.com/processing/libprocessing/wiki
Security and quality https://atooq@github.com/processing/libprocessing/security
Insights https://atooq@github.com/processing/libprocessing/pulse
Discrepancy: number comparison differs from Processing Java (0.1 + 0.2 == 0.3)https://atooq@github.com/processing/libprocessing/issues/203#top
https://github.com/SableRaf
SableRafhttps://github.com/SableRaf
on Jul 14, 2026https://github.com/processing/libprocessing/issues/203#issue-4882687777
#198https://github.com/processing/libprocessing/issues/198
https://private-user-images.githubusercontent.com/290261/621445389-1a21ed52-82bc-4e2e-9b31-b00c69d8cc47.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ1MTQxNDIsIm5iZiI6MTc4NDUxMzg0MiwicGF0aCI6Ii8yOTAyNjEvNjIxNDQ1Mzg5LTFhMjFlZDUyLTgyYmMtNGUyZS05YjMxLWIwMGM2OWQ4Y2M0Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNzIwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDcyMFQwMjE3MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iMmQ3MDRmN2RmYTRmODkyMGVhYzZiMTZhN2ZiODQ4NjMzYmMyZWM5M2MxNzdiMzI2NWVlZGI0NDE1YzRlOTFhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.mdRR33o9Xuim7f1YjWPemEehaHVCCoLQKuDF715IYgg
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.