com.qualizeal.community.SeriesSizeMismatchException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sigmoid Show documentation
Show all versions of sigmoid Show documentation
A simple java library to perform sigma function on list items
The newest version!
package com.qualizeal.community;
public class SeriesSizeMismatchException extends RuntimeException {
public SeriesSizeMismatchException() {
super();
}
}