HP Forums
Program to calculate polygon area with N points - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: Program to calculate polygon area with N points (/thread-11041.html)



Program to calculate polygon area with N points - Lavaloon - 07-11-2018 10:07 PM

I'm learning how to code in HPPPL, I made a program to calculate area of polygon with N-points with Shoelace Theorem. I thought that it would be good to share my code with you guys.

I hope you find it useful!


RE: Program to calculate polygon area with N points - Luigi Vampa - 07-12-2018 04:26 PM

Thanks for sharing.