Download mathjs Free Java Code

Description

An extensive math library for JavaScript and Node.js.

Icons

mathjs

Source Files

The download file mathjs-master.zip has the following entries.


.gitignore/*w  ww  .  ja  v  a 2 s . c  o  m*/
.npmignore
.travis.yml
CONTRIBUTING.md
HISTORY.md
Jakefile.js
LICENSE
NOTICE
README.md
ROADMAP.md
bin/cli.js
bower.json
dist/math.js
dist/math.min.js
docs/chained_operations.md
docs/command_line_interface.md
docs/complex_numbers.md
docs/constants.md
docs/data_types.md
docs/expressions.md
docs/extend.md
docs/functions.md
docs/getting_started.md
docs/index.md
docs/matrices.md
docs/options.md
docs/units.md
examples/basic_usage.js
examples/browser_example.html
examples/chained_operations.js
examples/complex_numbers.js
examples/expressions.js
examples/import.js
examples/matrices.js
examples/units.js
img/favicon.ico
img/favicon.png
img/favicon_16x16.png
img/favicon_75x75.png
img/mathjs.png
img/mathjs.svg
img/mathjs.txt
img/mathjs_100x30.png
img/mathjs_165x50.png
img/mathjs_330x100.png
img/mathjs_favicon.svg
index.js
lib/chaining/Selector.js
lib/constants.js
lib/exports.js
lib/expression/Parser.js
lib/expression/Scope.js
lib/expression/docs/constants/Infinity.js
lib/expression/docs/constants/LN10.js
lib/expression/docs/constants/LN2.js
lib/expression/docs/constants/LOG10E.js
lib/expression/docs/constants/LOG2E.js
lib/expression/docs/constants/NaN.js
lib/expression/docs/constants/SQRT1_2.js
lib/expression/docs/constants/SQRT2.js
lib/expression/docs/constants/e.js
lib/expression/docs/constants/false.js
lib/expression/docs/constants/i.js
lib/expression/docs/constants/pi.js
lib/expression/docs/constants/tau.js
lib/expression/docs/constants/true.js
lib/expression/docs/function/arithmetic/abs.js
lib/expression/docs/function/arithmetic/add.js
lib/expression/docs/function/arithmetic/ceil.js
lib/expression/docs/function/arithmetic/cube.js
lib/expression/docs/function/arithmetic/divide.js
lib/expression/docs/function/arithmetic/edivide.js
lib/expression/docs/function/arithmetic/emultiply.js
lib/expression/docs/function/arithmetic/epow.js
lib/expression/docs/function/arithmetic/equal.js
lib/expression/docs/function/arithmetic/exp.js
lib/expression/docs/function/arithmetic/fix.js
lib/expression/docs/function/arithmetic/floor.js
lib/expression/docs/function/arithmetic/gcd.js
lib/expression/docs/function/arithmetic/larger.js
lib/expression/docs/function/arithmetic/largereq.js
lib/expression/docs/function/arithmetic/lcm.js
lib/expression/docs/function/arithmetic/log.js
lib/expression/docs/function/arithmetic/log10.js
lib/expression/docs/function/arithmetic/mod.js
lib/expression/docs/function/arithmetic/multiply.js
lib/expression/docs/function/arithmetic/pow.js
lib/expression/docs/function/arithmetic/round.js
lib/expression/docs/function/arithmetic/sign.js
lib/expression/docs/function/arithmetic/smaller.js
lib/expression/docs/function/arithmetic/smallereq.js
lib/expression/docs/function/arithmetic/sqrt.js
lib/expression/docs/function/arithmetic/square.js
lib/expression/docs/function/arithmetic/subtract.js
lib/expression/docs/function/arithmetic/unary.js
lib/expression/docs/function/arithmetic/unequal.js
lib/expression/docs/function/arithmetic/xgcd.js
lib/expression/docs/function/complex/arg.js
lib/expression/docs/function/complex/conj.js
lib/expression/docs/function/complex/im.js
lib/expression/docs/function/complex/re.js
lib/expression/docs/function/construction/boolean.js
lib/expression/docs/function/construction/complex.js
lib/expression/docs/function/construction/index.js
lib/expression/docs/function/construction/matrix.js
lib/expression/docs/function/construction/number.js
lib/expression/docs/function/construction/string.js
lib/expression/docs/function/construction/unit.js
lib/expression/docs/function/expression/eval.js
lib/expression/docs/function/expression/help.js
lib/expression/docs/function/matrix/concat.js
lib/expression/docs/function/matrix/det.js
lib/expression/docs/function/matrix/diag.js
lib/expression/docs/function/matrix/eye.js
lib/expression/docs/function/matrix/inv.js
lib/expression/docs/function/matrix/ones.js
lib/expression/docs/function/matrix/range.js
lib/expression/docs/function/matrix/size.js
lib/expression/docs/function/matrix/squeeze.js
lib/expression/docs/function/matrix/subset.js
lib/expression/docs/function/matrix/transpose.js
lib/expression/docs/function/matrix/zeros.js
lib/expression/docs/function/probability/distribution.js
lib/expression/docs/function/probability/factorial.js
lib/expression/docs/function/probability/pickRandom.js
lib/expression/docs/function/probability/random.js
lib/expression/docs/function/probability/randomInt.js
lib/expression/docs/function/statistics/max.js
lib/expression/docs/function/statistics/mean.js
lib/expression/docs/function/statistics/min.js
lib/expression/docs/function/trigonometry/acos.js
lib/expression/docs/function/trigonometry/asin.js
lib/expression/docs/function/trigonometry/atan.js
lib/expression/docs/function/trigonometry/atan2.js
lib/expression/docs/function/trigonometry/cos.js
lib/expression/docs/function/trigonometry/cot.js
lib/expression/docs/function/trigonometry/csc.js
lib/expression/docs/function/trigonometry/sec.js
lib/expression/docs/function/trigonometry/sin.js
lib/expression/docs/function/trigonometry/tan.js
lib/expression/docs/function/units/in.js
lib/expression/docs/function/utils/clone.js
lib/expression/docs/function/utils/forEach.js
lib/expression/docs/function/utils/format.js
lib/expression/docs/function/utils/import.js
lib/expression/docs/function/utils/map.js
lib/expression/docs/function/utils/print.js
lib/expression/docs/function/utils/typeof.js
lib/expression/docs/index.js
lib/expression/node/ArrayNode.js
lib/expression/node/AssignmentNode.js
lib/expression/node/BlockNode.js
lib/expression/node/ConstantNode.js
lib/expression/node/FunctionNode.js
lib/expression/node/Node.js
lib/expression/node/OperatorNode.js
lib/expression/node/ParamsNode.js
lib/expression/node/RangeNode.js
lib/expression/node/SymbolNode.js
lib/expression/node/UpdateNode.js
lib/expression/node/handlers.js
lib/expression/node/index.js
lib/function/arithmetic/abs.js
lib/function/arithmetic/add.js
lib/function/arithmetic/ceil.js
lib/function/arithmetic/cube.js
lib/function/arithmetic/divide.js
lib/function/arithmetic/edivide.js
lib/function/arithmetic/emultiply.js
lib/function/arithmetic/epow.js
lib/function/arithmetic/equal.js
lib/function/arithmetic/exp.js
lib/function/arithmetic/fix.js
lib/function/arithmetic/floor.js
lib/function/arithmetic/gcd.js
lib/function/arithmetic/larger.js
lib/function/arithmetic/largereq.js
lib/function/arithmetic/lcm.js
lib/function/arithmetic/log.js
lib/function/arithmetic/log10.js
lib/function/arithmetic/mod.js
lib/function/arithmetic/multiply.js
lib/function/arithmetic/pow.js
lib/function/arithmetic/round.js
lib/function/arithmetic/sign.js
lib/function/arithmetic/smaller.js
lib/function/arithmetic/smallereq.js
lib/function/arithmetic/sqrt.js
lib/function/arithmetic/square.js
lib/function/arithmetic/subtract.js
lib/function/arithmetic/unary.js
lib/function/arithmetic/unequal.js
lib/function/arithmetic/xgcd.js
lib/function/complex/arg.js
lib/function/complex/conj.js
lib/function/complex/im.js
lib/function/complex/re.js
lib/function/construction/boolean.js
lib/function/construction/complex.js
lib/function/construction/index.js
lib/function/construction/matrix.js
lib/function/construction/number.js
lib/function/construction/parser.js
lib/function/construction/string.js
lib/function/construction/unit.js
lib/function/expression/eval.js
lib/function/expression/help.js
lib/function/expression/parse.js
lib/function/matrix/concat.js
lib/function/matrix/det.js
lib/function/matrix/diag.js
lib/function/matrix/eye.js
lib/function/matrix/inv.js
lib/function/matrix/ones.js
lib/function/matrix/range.js
lib/function/matrix/size.js
lib/function/matrix/squeeze.js
lib/function/matrix/subset.js
lib/function/matrix/transpose.js
lib/function/matrix/zeros.js
lib/function/probability/factorial.js
lib/function/probability/random.js
lib/function/statistics/max.js
lib/function/statistics/mean.js
lib/function/statistics/min.js
lib/function/trigonometry/acos.js
lib/function/trigonometry/asin.js
lib/function/trigonometry/atan.js
lib/function/trigonometry/atan2.js
lib/function/trigonometry/cos.js
lib/function/trigonometry/cot.js
lib/function/trigonometry/csc.js
lib/function/trigonometry/sec.js
lib/function/trigonometry/sin.js
lib/function/trigonometry/tan.js
lib/function/units/in.js
lib/function/utils/clone.js
lib/function/utils/forEach.js
lib/function/utils/format.js
lib/function/utils/import.js
lib/function/utils/map.js
lib/function/utils/print.js
lib/function/utils/select.js
lib/function/utils/typeof.js
lib/header.js
lib/shim.js
lib/type/Complex.js
lib/type/Help.js
lib/type/Index.js
lib/type/Matrix.js
lib/type/Range.js
lib/type/Unit.js
lib/type/collection.js
lib/util/array.js
lib/util/boolean.js
lib/util/error.js
lib/util/index.js
lib/util/number.js
lib/util/object.js
lib/util/string.js
lib/util/types.js
misc/how_to_publish.md
misc/registrations.md
package.json
test/README.md
test/approx.test.js
test/chaining/select.test.js
test/contstants.test.js
test/expression/node.test.js
test/expression/parser.test.js
test/expression/scope.test.js
test/function/arithmetic/abs.test.js
test/function/arithmetic/add.test.js
test/function/arithmetic/ceil.test.js
test/function/arithmetic/cube.test.js
test/function/arithmetic/divide.test.js
test/function/arithmetic/edivide.test.js
test/function/arithmetic/emultiply.test.js
test/function/arithmetic/epow.test.js
test/function/arithmetic/equal.test.js
test/function/arithmetic/exp.test.js
test/function/arithmetic/fix.test.js
test/function/arithmetic/floor.test.js
test/function/arithmetic/gcd.test.js
test/function/arithmetic/larger.test.js
test/function/arithmetic/largereq.test.js
test/function/arithmetic/lcm.test.js
test/function/arithmetic/log.test.js
test/function/arithmetic/log10.test.js
test/function/arithmetic/mod.test.js
test/function/arithmetic/multiply.test.js
test/function/arithmetic/pow.test.js
test/function/arithmetic/round.test.js
test/function/arithmetic/sign.test.js
test/function/arithmetic/smaller.test.js
test/function/arithmetic/smallereq.test.js
test/function/arithmetic/sqrt.test.js
test/function/arithmetic/square.test.js
test/function/arithmetic/subtract.test.js
test/function/arithmetic/unary.js
test/function/arithmetic/unequal.test.js
test/function/arithmetic/xgcd.test.js
test/function/complex/arg.test.js
test/function/complex/conj.test.js
test/function/complex/im.test.js
test/function/complex/re.test.js
test/function/construction/boolean.test.js
test/function/construction/complex.test.js
test/function/construction/index.test.js
test/function/construction/matrix.test.js
test/function/construction/number.test.js
test/function/construction/string.test.js
test/function/construction/unit.test.js
test/function/expression/eval.test.js
test/function/expression/help.test.js
test/function/expression/parse.test.js
test/function/matrix/concat.test.js
test/function/matrix/det.test.js
test/function/matrix/diag.test.js
test/function/matrix/eye.test.js
test/function/matrix/inv.test.js
test/function/matrix/ones.test.js
test/function/matrix/range.test.js
test/function/matrix/size.test.js
test/function/matrix/squeeze.test.js
test/function/matrix/subset.test.js
test/function/matrix/transpose.test.js
test/function/matrix/zeros.test.js
test/function/probability/factorial.test.js
test/function/probability/random.test.js
test/function/statistics/max.test.js
test/function/statistics/mean.test.js
test/function/statistics/min.test.js
test/function/trigonometry/acos.test.js
test/function/trigonometry/asin.test.js
test/function/trigonometry/atan.test.js
test/function/trigonometry/atan2.test.js
test/function/trigonometry/cos.test.js
test/function/trigonometry/cot.test.js
test/function/trigonometry/csc.test.js
test/function/trigonometry/sec.test.js
test/function/trigonometry/sin.test.js
test/function/trigonometry/tan.test.js
test/function/units/in.test.js
test/function/utils/clone.test.js
test/function/utils/forEach.test.js
test/function/utils/format.test.js
test/function/utils/import.test.js
test/function/utils/map.test.js
test/function/utils/print.test.js
test/function/utils/typeof.test.js
test/test.html
test/test.min.html
test/type/complex.test.js
test/type/help.test.js
test/type/index.test.js
test/type/matrix.test.js
test/type/range.test.js
test/type/unit.test.js
test/util/array.test.js
test/util/boolean.test.js
test/util/error.test.js
test/util/number.test.js
test/util/object.test.js
test/util/string.test.js
test/util/types.test.js
tools/approx.js
tools/jake-utils.js

Download

Click the following link to download mathjs-master.zip.

mathjs-master.zip




















Home »
  Javascript Free Code Download »
    Node.JS »




Node.JS
Node.JS API
Node.JS Canvas
Node.JS Chat
Node.JS Client
Node.JS CSS
Node.JS Database
Node.JS Framework
Node.JS Game
Node.JS html5
Node.JS JSON
Node.JS Library
Node.JS Log
Node.JS Module
Node.JS MVC
Node.JS SDK
Node.JS Server
Node.JS Socket
Node.JS URL
Node.JS Web Application