Closed steph1111 closed 1 year ago
Function comments should be formatted as follows:
""" Format a string representation of a number with scientific notation surpressed Parameters: x : str The value to be formatted sig_figs : int The number of sig_figs 'x' has Returns: A formatted string representation of x in standard notation """
Function comments should be formatted as follows: