math

  1. sidetone

    Working with Numbers on Commandline

    Basic Calculator bc is Basic Calculator, which is also a language. This is the BSD version, as there's also a GPL version. For interactive use, run bc without arguments. Enter your basic math problems and it will output an answer. Type quit to exit. Example: 8*13*24/2 1248 quit It can be used...
  2. sidetone

    Julia scientific programming language

    Julia is a scientific programming language modeled after a few other languages that draws their advantages together for simplicity. It uses LLVM, and it has an MIT license. http://julialang.org/ http://www.wired.com/2014/02/julia/...
Back
Top