Jump to content

Aratrik Banerjee

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Aratrik Banerjee

  1. I have just created and uploaded a python module namely "sroot" . You can simply install it using pip in python cmd. By typing :- pip install sroot

    It works similar to math module bt the difference is that if you use math.sqrt(8) it will give 2.something, in decimal form 

    Rather if you install sroot using pip and then just simply import sroot and type sroot.sqrt(8) it will give 2√2. Isn't it amazing. You can use any integer. Lemme know if you tried and liked it

×
×
  • Create New...