Title: Numerical accuracy when converting from Single to float · Issue #1896 · pythonnet/pythonnet · GitHub
Open Graph Title: Numerical accuracy when converting from Single to float · Issue #1896 · pythonnet/pythonnet
X Title: Numerical accuracy when converting from Single to float · Issue #1896 · pythonnet/pythonnet
Description: Environment Pythonnet version: 3.0.0rc4 Python version: 3.10.5 Operating System: Windows 10 20H2 .NET Runtime: 6.0.6 Details Describe what you were trying to get done. I'm sorry it's me again with some weird low-level issue. I use a DLL ...
Open Graph Description: Environment Pythonnet version: 3.0.0rc4 Python version: 3.10.5 Operating System: Windows 10 20H2 .NET Runtime: 6.0.6 Details Describe what you were trying to get done. I'm sorry it's me again with ...
X Description: Environment Pythonnet version: 3.0.0rc4 Python version: 3.10.5 Operating System: Windows 10 20H2 .NET Runtime: 6.0.6 Details Describe what you were trying to get done. I'm sorry it's me aga...
Opengraph URL: https://github.com/pythonnet/pythonnet/issues/1896
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Numerical accuracy when converting from Single to float","articleBody":"### Environment\r\n\r\n- Pythonnet version: 3.0.0rc4\r\n- Python version: 3.10.5\r\n- Operating System: Windows 10 20H2\r\n- .NET Runtime: 6.0.6\r\n\r\n### Details\r\n\r\n- Describe what you were trying to get done.\r\n\r\n I'm sorry it's me again with some weird low-level issue. I use a DLL where a function returns a `System.Single`. Its return value is `0.01`. Before pythonnet version 3.0 this got converted to a Python `float` also of value `0.01`. With Pythonnet 3.0 I get a Python `float` `0.009999999776482582` instead. I can reproduce this issue by creating `System.Single` objects.\r\n\r\n- What commands did you run to trigger this issue? If you can provide a\r\n [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)\r\n this will help us understand the issue.\r\n\r\n ```python\r\n import clr\r\n import System\r\n\r\n # Parse a string to avoid conversion from Python float to dotnet\r\n print(System.Single.Parse('1e-2'))\r\n # Create a pure dotnet object without conversion back to Python (I think .ToString() gets called here?)\r\n print(System.Single(0.01))\r\n # Create a pure dotnet object without conversion back to Python and convert back to Python\r\n print(System.Single(0.01).MemberwiseClone())\r\n ```\r\n ```\r\n 0.009999999776482582\r\n 0.01\r\n 0.009999999776482582\r\n ```\r\n\r\n With pythonnet 2.5.2 this will return\r\n ```\r\n 0.01\r\n 0.01\r\n 0.01\r\n ```\r\n","author":{"url":"https://github.com/m-rossi","@type":"Person","name":"m-rossi"},"datePublished":"2022-08-03T15:18:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1896/pythonnet/issues/1896"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:b5b479a7-73b0-2a36-0d8d-46ec6464aace |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9714:17BD0F:2FFDA10:30A9A97:69702D96 |
| html-safe-nonce | f8fc1da308e510a3df308c8820d5413e15986e805a48cba499c588040d0097a7 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzE0OjE3QkQwRjoyRkZEQTEwOjMwQTlBOTc6Njk3MDJEOTYiLCJ2aXNpdG9yX2lkIjoiMjgzMDg3MjQ1MzMzNDQ0NTQ2MiIsInJlZ2lvbl9lZGdlIjoic2VhIiwicmVnaW9uX3JlbmRlciI6InNlYSJ9 |
| visitor-hmac | 26a0af93134312c21864b4da2aa784e5a67cdd4412fc50a5986038245ff12992 |
| hovercard-subject-tag | issue:1327391532 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pythonnet/pythonnet/1896/issue_layout |
| twitter:image | https://opengraph.githubassets.com/8991b4c32f15ffb0fa62b92f870bc071fc918696cf94b5b312a0ca4b68da216a/pythonnet/pythonnet/issues/1896 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/8991b4c32f15ffb0fa62b92f870bc071fc918696cf94b5b312a0ca4b68da216a/pythonnet/pythonnet/issues/1896 |
| og:image:alt | Environment Pythonnet version: 3.0.0rc4 Python version: 3.10.5 Operating System: Windows 10 20H2 .NET Runtime: 6.0.6 Details Describe what you were trying to get done. I'm sorry it's me again with ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | m-rossi |
| hostname | github.com |
| expected-hostname | github.com |
| None | 01fa379f5de85ef8e791d09724e69709ce9eb9595278316e0a921312dc88e0bc |
| turbo-cache-control | no-preview |
| go-import | github.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git |
| octolytics-dimension-user_id | 6050430 |
| octolytics-dimension-user_login | pythonnet |
| octolytics-dimension-repository_id | 14748123 |
| octolytics-dimension-repository_nwo | pythonnet/pythonnet |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 14748123 |
| octolytics-dimension-repository_network_root_nwo | pythonnet/pythonnet |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | dda91974c069382b0dfa47b2da7e28bd061c8331 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width