I have been out of the math scene for a bit and i am looking for something that can brush my skills back up. Looking for something that will help me with mathematics and physics for computers. Thank you.![]()
- Viewing Profile: Topics: Ryan Schurton
Community Stats
- Group Members
- Active Posts 54
- Profile Views 2,025
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
User Tools
Contacts
Ryan Schurton hasn't added any contacts yet.
Topics I've Started
Book Recommendations for Computers and Math
06 April 2013 - 11:15 PM
Output Question
12 February 2013 - 06:41 PM
so am doing this exercise from my text book. and my code is as followed
public class Census{
public static void main(String[] args){
double population;
double birth = 86400/7;
double death = 86400/13;
double immigrant = 86400/45;
double total;
total = birth + immigrant - death;
total = total * 365;
population = total + 312032486;
System.out.println(population);
}
}
My output to the console is 3.14812326E8
When i do this problem step by step on my calculation i get the following output 312040102.7.
Why are the numbers so different?
What is the Best Book For a Beginner to Start JavaScript With?
03 February 2013 - 04:06 PM
What is the best book for starters in JavaScript? when i look on amazon it says some good ones where:
-JavaScript & jQuery: The Missing Manual
-Modern JavaScript: Develop and Design
-Learning Web Design: A Beginner's Guide to HTML. CSS. JavaScript, and Web Graphics
-Secrets of the JavaScript Ninja
What are some recommendation from your hands on experience? something with exercises i can do at the end of the chapter that can tune my skills.
best youtubers to subscribe to
04 December 2012 - 12:53 PM
How should I tackle programming
15 November 2012 - 12:06 AM
I understand the concepts of programming. Loops statements, classes, fields, methods, arrays, if-statements. Logical operators. I have a hard time putting everything together to make a functional program.
- Home
- » Viewing Profile: Topics: Ryan Schurton

Find content