sigmoid: invert

    description:
        invert ket
        multiplicative invert
        if x == 0, return 0
        else return 1/x

    examples:
        invert (0|x> + 3|y> - 0.5 |z>)
            0|x> + 0.333|y> - 2|z>
    
    see also:
    

Home