operator: minus

    description:
        minus[n] ket
        subtract n from the value in the ket, leaving the coefficient unchanged
      
    examples:
        minus[2] |3.14159265>
            |1.1415926500000002>

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

Home