compound ket fn: plus


plus:
    description:
        plus[n] ket
        add n to the value in the ket, leaving the coefficient unchanged

    examples:
        plus[5] |3.1415>
            |8.1415>

    see also:
        minus, times-by, divide-by, int-divide-by, mod, round
Home