A Package that allows concatenation of numbers.
Project description
Numcat
A Package to concatenate floating point numbers under a set of rules.
Installation
Run pip install numcat
in your command prompt.
Usage
from numcat import functions
print(functions.concat(1.1,1.2))
Rules & Defintion
Concatenation is the action of appending two or more objects end-to-end to result in one singular number.
- The fractional and integer parts are concatenated independently to one another for example: '1.1' concatenate '1.2' equals '11.12'
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
numcat-0.0.1.tar.gz
(2.9 kB
view hashes)
Built Distribution
numcat-0.0.1-py3-none-any.whl
(3.2 kB
view hashes)