Calculation Engine in Python
Project description
calcpy
Calculation Engine in Python
Installation
pip install --upgrade calcpy
API
Function
calc.sequence.A276128()
: sequence generator of OEIS A276128
Usage Examples
>>> from calcpy.sequence import A276128
>>> print(list(A276128(14)))
[0, 0, 1, 2, 4, 6, 8, 10, 12, 14, 16, 18, 21, 24]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
calcpy-0.0.1.tar.gz
(5.2 kB
view hashes)
Built Distribution
calcpy-0.0.1-py3-none-any.whl
(5.6 kB
view hashes)