mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-10 05:47:03 +00:00
[FEATURE]"conversions" add hexadecimal to float / double #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@anishsingh935 commented on GitHub (Mar 19, 2021):
Hi I can solve this problem, can I contribute
@KirwinD commented on GitHub (Mar 19, 2021):
Good luck. You got it
@mukeshmjn commented on GitHub (Mar 19, 2021):
Please assign this problem to me.
@Panquesito7 commented on GitHub (Mar 19, 2021):
Thank you for your interest in contributing, folks!
Before submitting a PR, please ensure the following:
I'll try to review your pull request as soon as possible. Thank you! 🙂
@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
@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 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!