#Z12501. 计算浮点数相除的余数
计算浮点数相除的余数
Description
Calculate the remainder of dividing two double-precision floating-point numbers, and , where both and are double-precision floating-point numbers. The remainder is defined as: , where is an integer, and .
Input Format
The input consists of a single line containing two double-precision floating-point numbers, and .
Output Format
The output is a single line, the remainder of .
73.263 0.9973
0.4601