Metadata-Version: 1.2
Name: myCalc9
Version: 0.0.1
Summary: A small mathematical library for quick calculations
Home-page: UNKNOWN
Author: Divyanshu Singh
Author-email: divyanshu.singh144400@gmail.com
License: MIT
Description: It is the package used for educational purpose only
        
        It has a class which includes the following things:
            
        class BasicMaths
            methods add(a, b), subtract(a, b), multiply(a, b), divide(a, b), remainder(a, b)
            
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
