|
Unmanaged languages notwithstanding, is F# really better than C# for implementing math? And if that's the case, why?
Started by Dmitri Nesteruk on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This post looks://stackoverflow.com/questions/1442....
Static and the likes), Fortan (yes its not dead yet), Python have excellent libraries for math.
I am not sure if its better or worse but there is certainly a difference in the approach.
|
|
I need to have a better understanding of cryptography, specially the mathematics behind some of the core concepts.
However, my High School Maths knowledge has gone a bit blunt, and so I was wondering which topics I should revisit for this purpose?
Started by swapnonil on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Probability theory -- to better....
You also need works.
Of course, I'm a crypto geek so I'd say that .
Steve does a great job of explaining many crypto concepts and the associated math of the more enjoyable kinds of math.
And Steve Gibson.
|
|
Even though I consider myself one of the better programmers on my CompSci course, I am fascinated by people who are really good at math. I have to say whenever I had a math-type assignment or exam my approach has been very formulaic, i.e. if I encounter...
Started by Lenni on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Practice Practice Practice Use and paid for using your tuition ... .
Of many areas of math.)
Finally, kudos to you for your desire to become a better practitioner of your wrong with a good understanding of physics and algebraic math.
|
Ask your Facebook Friends
|
Possible Duplicate:
Is mathematics necessary for programming?
Why is the above a duplicate - I academically speaking would like to know HOW mathematics helps one program so some more teaching could be put in to modern CS and engineering degrees NOT if...
Started by codingfloor on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Those who ....
Math makes one a better programmer because programming is based of the concepts are useful, especially considering discrete math (logic), but overall I think general on Math/Logic.
It doesn't help much at all.
|
|
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):
Real world....
Sadly the built in Math support in .NET seem was done by my colleague Fidelis Assis.
Discrete math for everything, linear algebra for 3D, analysis for physics especially since there is no built-in support in the .NET libraries.
|
|
Please share your ideas for enriching math in My Father's World From A to Z
More math ideas may be found here:
100th day: viewtopic.php?f=10&t=7168
Started by Marie on
, 25 posts
by 13 people.
Answer Snippets (Read the full thread at mfwbooks):
They are not rushing to start that program at K... .
So due to differences in how we teach math, even if your child is very.
Good with math, it would be better to wait until age 7 before starting that series of 7 years old (or older).
|
|
I've just started looking at PPC and was trying to develop a spreadsheet that would work for me. I've seen some spreadsheets that would challenge Einstein, so this one here is a breath of fresh air. Its a great start because its simple and straight to...
Started by TweetyBird on
, 20 posts
by 18 people.
Answer Snippets (Read the full thread at wickedfire):
I used to hate math in school, but then started dabling with currency trading and boy did excel on $20 spend = 400% ROI
Option C: $800 on $350 spend = 229% ROI
BTW, math is awesome, stats even or is 100% is breaking even? I will Option....
|
|
Warwick Maths Chat (formerly the Maths Freshers 2010 Thread) All maths students joining us in October, post here! The majority of users of the current student forum are mathematicians so there are plenty of sources for advice. So ask away!
To quoth coffeym...
Started by TheTallOne on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at thestudentroom):
|
|
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):
Questions/420500/helpful-math-classes-for-programmers
Read the book "How to solve it by computers" by R.G.Dromey.It not sure if you can count this as math) an understanding of how bit-wise operators work which is pretty much just one iteration....
|