Taos API Reference
    Preparing search index...

    Type Alias BinaryOp

    BinaryOp:
        | "add"
        | "sub"
        | "mul"
        | "div"
        | "mod"
        | "min"
        | "max"
        | "pow"
        | "atan2"
        | "step"
        | "dot"
        | "cross"
        | "eq"
        | "neq"
        | "lt"
        | "le"
        | "gt"
        | "ge"
        | "and"
        | "or"