Comparison to Java /C/C++

The equation syntax is precisely the same as the Java (and C and C++) programming languages, except the part to the left of the assignment operator (=) is different, and no semicolon is required at the end of the equation.

The C/C++/Java bitwise operators (such as &, |, ~, ^) are not available in Netica, but the logical operators &&, ||, ! are.  In addition Netica has a logical ‘xor’ function (the bitwise xor operator ^ of C/C++/Java is used for the power operator by Netica).

All of the C Standard Library math functions (sin, log, sqrt, floor, etc.) are available and use the same names.

Of course Netica has far more built-in functions available.