Skip to main content

calculator with essential math functions

Project description

Name: happycalc

Version: 0.0.1

Description: happycalc is a Python package made for performing essential math calculations for everyday use.

Supported Actions:

  • Addition

  • Multiplication

  • Subtraction

  • Division

  • nth root calculation

  • Memory reset

  • Print out memory

— How to install this package: 1. installing via terminal -

pip install happycalc

  1. installing via IDE -

%pip install happycalc

— How it works:

from calculator.calculator import Calculator as calc

new_obj = calc.Calculator() # New object is created.

new_obj.add(15) # Returns 15.0

new_obj.subtract(5) # Returns 10.0

new_obj.multiply(20) # Returns 200.0

new_obj.divide(2) # Returns 100.0

new_obj.n_root(2) # Returns 10.0

new_obj.return_memory # Returns 10.0

new_obj.memory_reset # Resets memory to 0.0

Keywords: calculator, addition, multiplication, subtraction, division, nth root

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

happycalc-0.0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file happycalc-0.0.1.tar.gz.

File metadata

  • Download URL: happycalc-0.0.1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for happycalc-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7cd920937edb3e560fcf8f9de3bf633b7583fd2cd91c02df01d21bc75f16f333
MD5 4f5ad43639945d0777631583732b1612
BLAKE2b-256 7929a368b583c8674defd1042b2ee79f47a8e039a91abcc4515ef8fec8d26a7a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page