Read a number num of floats from the stream and return them.
num (int) – The number of values to be read.
stream (BufferedReader | BytesIO) – The input stream.
The tuple of floats.
tuple[float]