algorithmfoundry / Foundry

The Cognitive Foundry is an open-source Java library for building intelligent systems using machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add primitive version of MutableX math methods

jbasilico opened this issue · comments

In the MutableInteger, MutableDouble, and MutableLong classes, add methods that take primitives for basic operations like +, -, *, and / along with the self-modifying versions.