sigmoid: ceiling

    description:
        ceiling ket
        return math.ceil(x)

    examples:
        ceiling (2.3|x> + 7.9|y>)
            3|x> + 8|y>
    
    see also:
        floor

Home