Skip to main content

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.

  1. The fractional and integer parts are concatenated independently to one another for example: '1.1' concatenate '1.2' equals '11.12'

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

numcat-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

numcat-0.0.1-py3-none-any.whl (3.2 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