Alexander Nozik

Results 249 comments of Alexander Nozik

Those operations are not a part of `Ring` definition. We can add them if it is possible to implement them relying only on basic arithmetic operations. Otherwise, they could be...

@Shimuuar Ring does not have division. It has only multiplication.

We do not plan to support JS LEGACY mode. But it is a good idea to mark it somewhere in documentation as well as a list of supported platforms. Thanks...

I do not think that fuzzy logic could be made to work with the same interfaces as boolean logic. Does it even have the same operations?

In this case, we use this interface only for binary logic (we can rename it to BinaryLogic if you want).

Partially done, still need examples

I am very happy to hear that. Please do not hesitate to write if you think that there should be some changes in the statistic API. I made it this...

I was thinking about something like this myself. It would be nice. Marking it as up for grabs.

@breandan there are three ways to do that. First, you can place your JS/CSS publically on the web (CDN for example) and add a script link. Second, you can place...

@thomasnield Yeah, I know. I just figured that the build setup is not obvious and separate module for examples is not enough. Also we probably won't be able to keep...