Skip to main content

This package helps to do maths by Zan X Technologies

Project description

Logo

Zmathlib

An module which helps to do math porblems such as add, substract, multliply, devide and mush more feactures on fucture.

Badges

MIT License

Python

PyPi

Features

  • You can do math using our module easily.
  • By using just add, sub, mul, div keywords.
  • Easy to use it in your projects.

Installation

Install my-project with pip

  pip install zmathplotlib

Usage/Examples

Using two variable

from zmathlib import *

a = 5
b = 6

add = add(a,b)
sub = sub(a,b)
mul = mul(a,b)
div = div(a,b)

print(add)
print(sub)
print(mul)
print(div)

Using multiple variable

from zmathlib import *

a = 5
b = 6
c = 7
d = 4

add = add(a,b,c,d)
sub = sub(a,b,c,d)
mul = mul(a,b,c,d)
div = div(a,b.c,d)

print(add)
print(sub)
print(mul)
print(div)

Roadmap

  • Add more feactures.
  • Make it a all in one math module.

Authors

Support

For support, email professor@zandora.space or follow our Instagram Page @zanx.coders

Feedback/Issues

If you have any feedback, please reach out to us at professor@zandora.space

If you have facing any issues, please report via Report Issues

License

MIT

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

zmathlib-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

zmathlib-0.1.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

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