PowerUser1234
PowerUser1234
It seems that division, by means of longest extent number MathContext is not implemented, preincrement, predecrement, postincrement, postdecrement are not implemented, the five augmented assignment operators are not implemented. +=,...
i++, ++i, i--, --i, +=, -=, *=, /=,%= don't seem to yet be included. They all definitely should be!
I am getting a PostgreSQL **extension** built that will create two new base 10 number types, and some associated functions for them. This is a PostgreSQL **extension**, for Linux and...
I am getting the following error trying to build pgmodeler 0.9.4 on Windows 10 64 bit home Edition, using the instructions at [https://pgmodeler.io/support/installation](https://pgmodeler.io/support/installation). It is possible that there will be...
I notice that the multiplatform free downloads of the Microsoft Java OpenJDK seem to go up to version 17. Will there be a version 18, or later? Does 17 include...
-Given the present state of completed implementation for the displayed graphs on the webpage http://www.wxishiko.com/wxCharts, and encountered building problems with further dependencies and linkages over here, is it possible to...
There should be an active link to a pre-built .jar file for SymJava available.
**There are annotation compiling detection errors that still happen. Mostly they seem to happen around @Operators("==") and @Operators("!="). These have occured via Netbeans 8.2. These ones happened around the second...
It seems that **++n, --n n++, n-- +=, -=, *=, /=, %=** are not implemented by the Annotation compiling detection.
Do the IEEE 754 fdlibm versions of the functions sin, cos, tan, asin, acos, atan, exp, log, log10, cbrt, atan2, pow, sinh, cosh, tanh, hypot, expm1, and log1p also have...