Check init
Open main for functions of Personal-Python-Module
Open shapes for 3D shapes calculations
Documentation for main
Documentation for main in Jupyter notebook
init
new
name
doc
new_math | matrix | notation |
---|---|---|
round | matrix | prefix |
cbrt | mat_trans | postfix |
logadd | determin | |
logsub |
This is setup file
Cuboid | Cube | Cylinder | Sphere | |
---|---|---|---|---|
TotalSurfaceArea | Yes | Yes | Yes | Yes |
Volume | Yes | Yes | Yes | Yes |
LateralSurfaceArea | Yes | Yes | CurvedSufaceArea | No |
lengthofDiagonal | Yes | Yes | No | No |
This is a Personal python module created by Jaipal Bhanwariya.
To access it as a module,create a folder named Lib with these save it your python library folder.
Then open interpreter and import this file by
import Lib
.