From 319f1950719c9c28aa4b366afd13ad0044228470 Mon Sep 17 00:00:00 2001 From: NAGENDRA DHARMIREDDI <109060025+pvscreations@users.noreply.github.com> Date: Sun, 31 Mar 2024 13:07:30 +0530 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 753ab99..a2b7ccf 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,14 @@ import { PracticalMath } from 'practicalmath'; PracticalMath.euclideanDistance({ point1: {x:1,y:2,z:3}, point2: {x:3,y:4,z:2} }); ``` -# 2.Available Functions -#####* findBestFitLine -#####* euclideanDistance -#####* calculateCosineAngleABC -#####* midPoint -#####* distancePointToLine +# 2. Available Functions + +- **findBestFitLine** +- **euclideanDistance** +- **calculateCosineAngleABC** +- **midPoint** +- **distancePointToLine** + # Future Scopes * Evolve : Develop with more usefull functions @@ -35,3 +37,5 @@ PracticalMath.euclideanDistance({ point1: {x:1,y:2,z:3}, point2: {x:3,y:4,z:2} } * Cross-Platform Support : Develop similar packages for Flutter,Java,Python. # References +* [published npm package link](https://www.npmjs.com/package/practicalmath) +* [code link](/src/index.ts)