[removed] PI (π) Calculator

前端 未结 5 1711
忘了有多久
忘了有多久 2021-01-26 04:43

Is there a way to calculate pi in Javascript? I know there you can use Math.PI to find pie like this:

var pie = Math.PI;
alert(pie); // output \"3.1         


        
5条回答
  •  囚心锁ツ
    2021-01-26 05:27

    I found this code on this website:

    
      
        Pi
        
      
      
        

    Pi Machin

    Number of Digits:

    Add Count:
    Add Spaces:
    0

提交回复
热议问题