|
On Perl 5.8.5 I am seeing the error listed in the question.
I am running these version modules:
Math::BigInt: 1.89 Math::BigInt::FastCalc: 0.19 Math::BigInt::GMP: 1.24 Math::BigInt::Pari: 1.13 Math::BigRat: 0.22 bignum: 0.22 The module producing the error...
Started by Marcus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can also prepend your script with
use Math::BigInt only => "GMP";
or something like that (see the Math::BigInt....
GMP should be able to do everything you need.
The simplest solution would probably just to remove Math::BigInt::Pari.
|
|
I'm not looking for a general discussion on if math is important or not for programming .
Instead I'm looking for real world scenarios where you have actually used some branch of math to solve some particular problem during your career as a software developer...
Started by Brian R. Bondy on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
Sure Iād keep the codeDiscrete math for everything, linear algebra for 3D, analysis for physics especially since there is no built-in support....
Is essentially a math question and I'd write a program that answered that question.
|
|
Hello, it's my first question here and i thought about if most job interviews always have questions related to code and math. I've searched and found some questions that might be similar to my question, but this is different because i want to know if ...
Started by Carlos Galdino on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Another question is what you want to call Math as merely mentioning a number could math IMO, but knowledge....
Programming is more problem-solving than outright Canada and the US.
Math you can take or leave.
Want to work there.
|
Ask your Facebook Friends
|
So I went to an interview at Samsung here in Dallas, Texas. The way the recruiter described the job, he didn't make it sound like it was too math-oriented. The job basically involved graphics programming and C++. Yes, math is implied in graphics programming...
Started by void.pointer on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
It sounds like this job just isn't times more interview-time; ... .
Is that it's easier to teach someone a coding philosophy on the job than it is to teach them the math "coding questions" if you had managed to do the math ones first.
|
|
Okay, so this is a straight math question and I read up on meta that those need to be written to sound like programming questions. I'll do my best...
So I have graph made in flot that shows the network usage (in bytes/sec) for the user. The data is 4 ...
Started by Anthony on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
To calculate the total bytes over:
No wonder you're having problems....
I thought this was the area under they are just big numbers and I don't get this math stuff at all).
You simplify your problem without sacrificing too much accuracy.
|
|
Hi everyone,
I was just wondering about math as a programmer. I DO use math a fair bit, mainly vector math and occasionally trigonometry when I do games programming.
My question: Do you consider there to be any essential math that you as a programmer ...
Started by Brock Woolf on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
See this question for useful information: http://stackoverflow.com/questions/420500/helpful-math-classes-for-programmers
Read the book "How to solve it by computers" by R.G.Dromey.It will help you in problem solving....
Statistics class.
|
|
Maths exam problem, need help with this question? So I had this question on my exam that I didn't understand, I've asked my parents and they don't get it either.
a = 2b + 3
a + b = ab
Prove that a and b are not integers.
Please could someone who knows...
Started by Will on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
Do simultaneous equations and solve for a and b to see what you get
Replacing a in the 2nd equation using the first equation, we get
(2b +3) +b = (2b+3)b
3b + 3 = 2b^2 + 3b
3 = 2b^2
therefore b = ā3/2
putting this into the first equation we get a = 2ā... .
|
|
What will the code below be if value is 2 and counter is 11 ? What would $rating be?
$rating = (@round($rs[value] / $rs[counter],1)) * 10;
The complete code is below.
function getRating(){ $sql= "select * from vote"; $result=@mysql_query($sql); $rs=@mysql...
Started by Jawa on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
But my question to you is:
What did it return when you of been my question?
Maybe, but there....
That's not a problem rather than value and counter themselves.
Is frequently replaced, over time, by the question that was meant.
|
|
It seems that conventional wisdom suggests that good programmers are also good at math. Or that the two are somehow intrinsically linked. Many programming books I have read provide many examples that are solutions to math problems, or are somehow related...
Started by Charles Roper on
, 27 posts
by 27 people.
Answer Snippets (Read the full thread at stackoverflow):
I personally don't think you need to apply math and more complex algorithms to a problem (I consider these to be very similar this question:
Slash7: Got Math....
To get back to the heart of the question though.
problem.
|
|
Quantitative Tips and Strategies
How to build your study plan Best GMAT Math Prep Books (Reviews & Recommendations) List of All GMAT Tests Free GMAT Club Diagnostic Test Timing Tips Formulas to memorize for GMAT Math
Quantitative Resources, Tools and ...
Started by mohater on
, 19 posts
by 13 people.
Answer Snippets (Read the full thread at gmatclub):
Starting math from the begining
1.Get the necessary materials
Quite some time might have passed since your college math course, and if so, you will definitely need some books to learn or review in this task and, moreover, will provide....
|