operator: plus

    description:
        plus[n] ket
        add n to the value in the ket, leaving the coefficient unchanged
      
    examples:
        plus[5] |3.14159265>
            |8.14159265>

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

Home