Problem 392

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
blablubb
Posts: 1
Joined: Sat Sep 01, 2012 7:46 pm

Problem 392

Post by blablubb »

https://projecteuler.net/problem=392

My scripts (PHP with bc functions, Java, VB6 ...) are returning 3.3478747416 instead of 3.3469640797 (number from problem description). Someone else here with such problems, or, even better, this number?
jmjoebar
Posts: 3
Joined: Mon Sep 10, 2012 8:32 am

Re: Problem 392

Post by jmjoebar »

Hello,

mine is returning 3.34696407967 as expected... You may have rouding errors or convergence issues... keep trying !
Post Reply