The Wayback Machine - http://web.archive.org/web/20220421084600/https://github.com/topics/qc
Skip to content
#

qc

Here are 67 public repositories matching this topic...

q.js
stewdio
stewdio commented Feb 1, 2022

In addition to the current acceptable arguments for Q.Matrix, it ought to accept a Template literal (Template string) as a solo argument to make it trivially easy for something like this:

var m = new Q.Matrix(`
    1 2 3 4
    5 6 7 8`)

This makes the task of creating arbitrary matrices much more human readable than passing nested Arrays, or even just a series of Arrays.

Enhancement Good first issue Q.Matrix Q.ComplexNumber

Improve this page

Add a description, image, and links to the qc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qc topic, visit your repo's landing page and select "manage topics."

Learn more