+ 6
Does js support complex numbers?
i just wanted to know because they are uselful in many applications, from maths perspective.
4 ответов
+ 7
complex numbers are not built in to the language, but there are JS libraries such as math.js that can be used for complex numbers.
mathjs.org
+ 5
SOLO FREAK You'll have to check the docs and source for math.js and or complex.js to get your answer.
http://mathjs.org/docs/datatypes/complex_numbers.html
https://github.com/infusion/Complex.js/
+ 4
ChaoticDawg Actually I am interested in how math.js processes complex numbers
+ 2
i guess yes alot of stuff in js is done with numbers,cordinate,etc...