Construct the "double precision" (64-bit) floating point number d from the mantissa m, the exponent e and the sign flag s (true means the sign is negative).
Taking advantage of Perl's string interpolation by forming a floating point literal using the mantissa variable, the literal 'e', and the exponent variable.