#P51. 练10.3 计算浮点数相除的余
练10.3 计算浮点数相除的余
Description
Calculate the remainder when dividing two double-precision floating-point numbers and , where both and are double-precision floating-point numbers. Here, the remainder () is defined as: , where is an integer and .
Input Format
One line containing two double-precision floating-point numbers and .
Output Format
One line containing the remainder of .
Sample
73.263 0.99730.4601