sigmoid: NOT

    description:
        NOT ket
        binary not
        if x <= 0.04, return 1
        else return 0

    examples:
        NOT (-1|a> + |b> + 2|c>)
            |a> + 0|b> + 0|c>

    see also:
    

Home