ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: OPBAR

m | n returns True if m divides n, i.e. if there exists an integer x such that n = xm, and False otherwise.

(u|v) returns the scalar (dot) product between the n-dimensional real or complex vectors u and v. (u|v) = u⋅v.