GitHub / manuemmanuel / Right-Most-Integral-Part-of-a-Floating-Point-Number
This C program takes a decimal (floating point) number as input and extracts the rightmost integral part of the number. It calculates this by repeatedly dividing the input number by 10 until the integer part becomes 0, then it extracts the desired integral part.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C
Size: 1.95 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: c-programming, c-programming-language, float, floating-point, integral, number, right-most