Mathematical operations Vector import {Vector} from "std/vector"; const v = new Vector(1, 0); console.log(v.length) // -> 1 Spec As per own API. License MIT