Skip navigation links

Package com.singularsys.jep.misc.bitwise

A selection of bitwise operators.

See: Description

Package com.singularsys.jep.misc.bitwise Description

A selection of bitwise operators.

The BitwiseOperatorTable can be used as a drop in replacement for the StandardOperatorTable.

jep.setComponent(new BitwiseOperatorTable("**","^"));

Note the standard symbol used for power ^ conflicts with java's symbol used for xor, the constructor for the BitwiseOperatorTable takes two strings specifying the symbols used for power and xor respectively.

Skip navigation links

Copyright © 2018 Singular Systems http://www.singularsys.com/jep