I am looking for a way to extract the fractional part of a number in python. I am fairly new to Python and have dabbled in MatLab in college, nothing serious. I understand that the % operator reports the quantity of number placements in the fractional part. I need to be able to get the actual value of the fractional part as well as the actual value of the whole number but separate them to conduct the following equation:
Problem: Converting a time calculation from say 1.5minutes to 1.30 (1minute and .30seconds)
Eq. (((1.5-1)*60)/100)+1