sigmoid: increment

    description:
        increment ket
        increment the coefficient by one
        return x + 1

    examples:
        increment |x>
            2|x>

        increment^7 0|x>
            7|x>
    
    see also:
        decrement

Home