T
T
trace82016-04-04 01:14:25
PHP
trace8, 2016-04-04 01:14:25

Is PHP good for math?

I choose the server language for the web application. The application has a lot of mathematical calculations and their accuracy is very important. Will PCP let me down? Python?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
DevMan, 2016-04-04
@trase8

I would take python: it has a much richer standard lib, plus tools such as numpy / scipy.

A
Alexander Vasilenko, 2016-04-04
@SanchelliosProg

Bro, choose Python! In addition to mathematical calculations, you will get a bunch of other things!

M
Mikhail Vasilyev, 2016-04-08
@mickvav

If you are going to solve differential equations numerically - look towards the backend in C ( www.gnu.org/software/gsl/) , well, or python + numpy (if you don’t master it). If analytically - in Lisp (maxima).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question