NIST Releases Updated Handbook of Math Functions
An anonymous reader writes "NIST announced the publishing of the NIST Handbook of Mathematical Functions reference text (967 pp), also available in digital form at the Digital Library of Mathematical Functions. Access it with a MathML-enabled browser (Firefox or IE+plugin) to view equations as scalable text rather than bitmaps; the 3-D graphs can also be viewed with a VRML plugin for local rotating / zooming." The original Handbook of Mathematical Functions was published 46 years ago; the revision has been in the works for a decade.
Let the number of the post be defined by a monotonically increasing function f, such that the initial value of f is zero.
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
If you are looking for a good math reference I would recommend Mathematical Handbook for Scientists and Engineers by Korns
Russian translation of it was a must-have for every member of Russian "technicheskaya intelligentsiya".
I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
Opera has had MathML support since 9.5, but it looks like this page serves up PNGs for equations to Opera unless the user-agent is changed. When the user-agent is changed, MathML is served up, but the rendering is off, with little blank boxes dotted around (see this page for example: http://dlmf.nist.gov/2.7 ). Anyone else getting similar results?
-molo
Using your sig line to advertise for friends is lame.
It also has alternative coding for every equation in TeX, pMML (XML wrapped default coding) and PNG
I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
That's all you need to know about maths.
You must be from the US.
USians wouldn't say "maths". Our knowledge of math is singular.
And I have found it to be invaluable reference. It's not a textbook; it assumes you basically know the math, but just need to check the details. One other feature, quite handy for programmers of quantitative applications: it has approximations for many functions (e.g., the cumulative normal density function), with notes on their accuracy and range of applicability.
MathML has been around since 1998, which is a heck of a long time by web standards, and yet IE still doesn't support it out of the box. That's why IE users can't view this book properly without a plugin to provide mathml support. Yet another reason to encourage everyone you know to drop IE and get a decent browser. Supporting mathml in IE is also a ridiculous pain in the neck for people creating web pages. Even if you are willing to tell your readers that they can't view your site without the plugin, you still can't write standard xhtml with mathml embedded in it; if you want it to work with the MathPlayer plugin for IE, you have to write all kinds of ugly, nonstandard hacks, and serve up a different version of the page to IE users than to everyone else. The end result of all this is that MathML doesn't get used nearly as much as it should.
For instance, Wikipedia renders bitmaps as equations, using software called texvc. A guy named D.M. Harvey at Harvard wrote software called blahtex that can be used as a drop-in replacement for texvc, rendering math as either MathML or bitmaps as required. There was a long discussion of this on WikiProject Mathematics, and there was a clear consensus that texvc was old, lame technology, and needed to be replaced with blahtex. However, the people who run the software setup for WP never implemented it -- never, apparently, even bothered to give an actual response, just blew it off. The attitude would presumably have been different if the situation with IE had been different. Since most people access WP with IE, those people would still have had to be served a version of the pages with bitmaps. That would have been a hassle in terms of software.
I believe that the current plan is for html 5 to include support for embedded mathml and svg tags (even though html 5 isn't xhtml). It will be interesting to see whether MS supports this aspect of html 5, or just does a partial implementation that omits these features.
Find free books.
Slashdot: Where pedantic contrarions get modded insightful.
Never mind I answered my own question
http://mathworld.wolfram.com/topics/ProbabilityandStatistics.html
Roughly how long would it take to implement the entire NIST library as functions in C++ just using the standard C math library (abs, acos . . .tan, tanh)?
Sigh. The full, legal, proper name of my country is "United States of America," it is the only country with "America" in its name, and we refer to its people as "Americans" by the same construction that we (in English) refer to people from the Federal Republic of Germany as Germans or the Peoples Republic of China as Chinese. This might be one of the oldest stupid arguments on the internet -- it certainly was common on Usenet > 20 years ago.
It's not a textbook; it assumes you basically know the math
That applies to every math book out there.
No, there is at least one mathematics book for which the statement does not hold. I don't have a constructive proof for this my claim, though, so I can't give you an example.
Swedish plasma phys. PhD student; MSc EE; knows maths, programming, electronics; finance interest; seeks opportunities
Yes, you can derive all of mathematics from a fairly small set of axioms every time you want to do something. The point of having a reference handy is that you don't have to. You see, in the modern world we have this thing called a "body of knowledge," the idea being that smart people can do new work which builds on the previous work of other smart people. It's been quite a successful approach so far; perhaps you should give it a try?
The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
I have been waiting for this to come out for a while but I see a number of reasons for disappointment.
First, a big part of the reason for having a library of mathematical functions compiled by a government agency is to have a public domain source that can be reused for any purpose in any field of endeavor. They screwed that up royally: "© 2010 NIST". Commerfcial use is specifically prohibited. Ironic considering that NIST is part of the US Department of Commerce. And since comercial use is prohibited, it can't be used in software distributed under a permissive license which allows commercial use.
Second, they call it a "digital library" but it isn't. It is more or less a book in html by chapters. They used MathML instead of OpenMATH. MathML is too presentational and not sufficiently semantic. You should be able to configure OpenMATH or MathML or PNG produced from the OpenMath and you should be able to download OpenMath content dictionaries.
It is still useful as a free-for-viewing-only ebook, but that is only a tiny fraction of what it should have been. Tax payers got gyped. We paid perhaps 90% of the cost for 20% of the result, and the copyright even interferes with someone else finishing the job.