Calculate 1 with a while loop statement! +2! + ... 20! The sum

Source: Internet
Author: User

 PackageNothh; Public classMMM { Public Static voidMain (string[] args) {//TODO auto-generated Method Stub//compared to the sum of factorial, the inverse of factorial and the need to use a float or double.         floatx = 0; floaty = 0; intz = 20;  while(z>0) {x=Z;  for(intj = z-1; J > 0; j--) {x= J *x; } z--; //On the basis of the sum of the factorial, the reciprocal value of x is assigned. x = 1/x; Y= x+y;                    } System.out.println (y); }        }

The result is 1.7182819, the number of decimal places is limited by the data type used, and if you use double, the number of digits will be more

Calculate 1 with a while loop statement! +2! + ... 20! The sum

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.