Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.89 KB

index.rst

File metadata and controls

58 lines (42 loc) · 1.89 KB

vedicpy documentation

Logo

A Python Package for Vedic Mathematics

PyPI

Python Version

License

For humans, through regular mathematical steps, solving problems sometimes are complex and time-consuming. But using Vedic Mathematic’s General Techniques (applicable to all sets of given data) and Specific Techniques (applicable to specific sets of given data), numerical calculations can be done very fast.

This package is a python implementation of Vedic mathematical sutras. It uses the Vedic mathematics for performing basic mathematical operations like multiplication, division, square roots, cube roots etc.

Since Vedic maths sutras work on individual digits in a number as opposed to the whole number, the implementation works slower on small digit numbers but works faster on larger digit numbers and some other operations like finding the square root or the cube root of a number.

installation tutorial troubleshooting

/functions/compliment.rst /functions/cube.rst /functions/cuberoot.rst /functions/divisibility.rst /functions/division.rst /functions/multiply.rst /functions/recurring.rst /functions/square.rst /functions/squareroot.rst

license_help CONTRIBUTING Credits