Metadata-Version: 1.0
Name: nround
Version: 1.0
Summary: UNKNOWN
Home-page: https://github.com/usernameisalreadytaken4/nround
Author: Roman Bobrovskiy
Author-email: romul1988@gmail.com
License: UNKNOWN
Description: Description
        ===========
        
        nround function reduces the number of decimal places
        
        
        Example
        =======
        
        >>> nround(24.2342324, 2)
        >>> 24.23
        
        >>> nround(12.34567, 3)
        >>> 12.345
Platform: UNKNOWN
