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

FR: Bring in floating point support for printf #154

Closed
akashkollipara opened this issue Aug 13, 2022 · 1 comment · Fixed by #205
Closed

FR: Bring in floating point support for printf #154

akashkollipara opened this issue Aug 13, 2022 · 1 comment · Fixed by #205
Assignees
Labels
cyancore framework Cyancore framework feature request FR Add new feature or request

Comments

@akashkollipara
Copy link
Member

akashkollipara commented Aug 13, 2022

Add support for "%f" and "%lf".

@akashkollipara akashkollipara added cyancore framework Cyancore framework feature request FR Add new feature or request labels Aug 13, 2022
@akashkollipara akashkollipara added this to the Beryllium milestone Aug 13, 2022
@pranjalchanda08 pranjalchanda08 modified the milestones: Beryllium, Boron Dec 29, 2022
akashkollipara added a commit that referenced this issue Jan 13, 2023
- Added float support in printf. Without format specifier
  float prints 5 fractional places.
- Removed snprintf as it is outdated.

Issue: #154
@akashkollipara akashkollipara linked a pull request Jan 13, 2023 that will close this issue
@akashkollipara
Copy link
Member Author

%f is only supported. %lf is same as %f as double is default engine variable.

akashkollipara added a commit that referenced this issue Jan 13, 2023
- Added float support in printf. Without format specifier
  float prints 5 fractional places.
- Removed snprintf as it is outdated.

Issue: #154
akashkollipara added a commit that referenced this issue Jan 14, 2023
- Added float support in printf. Without format specifier
  float prints 5 fractional places.
- Removed snprintf as it is outdated.

Issue: #154
akashkollipara added a commit that referenced this issue Jan 14, 2023
- Added float support in printf. Without format specifier
  float prints 5 fractional places.
- Removed snprintf as it is outdated.

Issue: #154
akashkollipara added a commit that referenced this issue Jan 14, 2023
…oat-printf

<LibC> Add support for float in printf

Issue: #154
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cyancore framework Cyancore framework feature request FR Add new feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants