[FEATURE]"conversions" add hexadecimal to float / double #83

Closed
opened 2026-01-29 15:02:57 +00:00 by claunia · 7 comments
Owner

Originally created by @brainengineerX on GitHub (Feb 7, 2021).

recently ,my project need to observing some floating-point numbers in the memory, but the %f in the printf function is not implemented, which makes me very distressed. I barely use integers to print floating-point numbers, but it does not perfectly support negative floating-point numbers.Because my program uses the serial port to print logs, I need to convert the entire memory to a floating point number and then to a string.

Originally created by @brainengineerX on GitHub (Feb 7, 2021). recently ,my project need to observing some floating-point numbers in the memory, but the %f in the printf function is not implemented, which makes me very distressed. I barely use integers to print floating-point numbers, but it does not perfectly support negative floating-point numbers.Because my program uses the serial port to print logs, I need to convert the entire memory to a floating point number and then to a string.
claunia added the Staleenhancement labels 2026-01-29 15:02:57 +00:00
Author
Owner

@anishsingh935 commented on GitHub (Mar 19, 2021):

Hi I can solve this problem, can I contribute

@anishsingh935 commented on GitHub (Mar 19, 2021): Hi I can solve this problem, can I contribute
Author
Owner

@KirwinD commented on GitHub (Mar 19, 2021):

Good luck. You got it

@KirwinD commented on GitHub (Mar 19, 2021): Good luck. You got it
Author
Owner

@mukeshmjn commented on GitHub (Mar 19, 2021):

Please assign this problem to me.

@mukeshmjn commented on GitHub (Mar 19, 2021): Please assign this problem to me.
Author
Owner

@Panquesito7 commented on GitHub (Mar 19, 2021):

Thank you for your interest in contributing, folks!
Before submitting a PR, please ensure the following:

  • The algorithm or your changes aren't a duplicate in this repository.
  • Make your code as per the repository standards.
  • Ensure that all the automated-tests pass.

I'll try to review your pull request as soon as possible. Thank you! 🙂

@Panquesito7 commented on GitHub (Mar 19, 2021): Thank you for your interest in contributing, folks! Before submitting a PR, please ensure the following: * The algorithm or your changes aren't a duplicate in this repository. * Make your code as per the repository [standards](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md). * Ensure that all the [automated-tests](https://github.com/TheAlgorithms/C-Plus-Plus/actions) pass. I'll try to review your pull request as soon as possible. Thank you! 🙂
Author
Owner

@anishsingh935 commented on GitHub (Mar 19, 2021):

please review my pull request I have recently implemented and please suggest me if there is any mistake

@anishsingh935 commented on GitHub (Mar 19, 2021): please review my pull request I have recently implemented and please suggest me if there is any mistake
Author
Owner

@github-actions[bot] commented on GitHub (Oct 7, 2021):

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions[bot] commented on GitHub (Oct 7, 2021): This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@github-actions[bot] commented on GitHub (Oct 14, 2021):

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions[bot] commented on GitHub (Oct 14, 2021): Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://gitter.im/TheAlgorithms) channel or our [Discord server](https://discord.gg/c7MnfGFGa6). Thank you for your contributions!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#83