GitHub topics: right-most
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.
Language: C - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Related Keywords