Skip to main content

Simple library for Logarithm with useful functions.

Project description

PJLOG

This is a simple Logarithm Library to make working with Logarithm easy and with better useful functions.

Installation

Run the following to install

pip install pjlog

Usage

import pjlog as pl

# Make a Logarithm Object 
a = pl.log(value = 100, base =10)

# Printing the Object 
print(a)

# To get value
print(a.Lget_value())

# To add
c = a + pl.log(value =4 , base =2 )

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

pjlog-0.1.9.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

pjlog-0.1.9-py3-none-any.whl (3.6 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