Skip to main content

Returns AP,GP sum and progression series

Project description

SNP1

this package can be installed by going to command prompt and type the following command: pip install SNP1

this package can be used to find the AP and GP progression series and sum. the package has 4 modules namely:- AP() APsum() GP() GPsum()

AP(a,d,n)

this module provides the AP series , the required inputs are a- starting term d- common difference n- number of terms

the output will be in print form

APsum(a,d,n)

this module provides the AP sum , the required inputs are a- starting term d- common difference n- number of terms

the output will be in print form

GP(a,r,n)

this module provides the GP series, the required inputs are a- starting term r- common ratio n- number of terms

the output will be in print form

GPsum(a,r,n)

this module provides the GP sum , the required inputs are

a- starting term r- common ratio n- number of terms

the output is in print form

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

SNP1-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

SNP1-0.0.1-py3-none-any.whl (2.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