All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.accelad.math.nilgiri.AbstractFactory Maven / Gradle / Ivy

There is a newer version: 1.16
Show newest version
package com.accelad.math.nilgiri;


public interface AbstractFactory>
        extends AbstractIdentityFactory {


    public X val(double i_v);


    X cos(X i_x);


    X sin(X i_x);


    X tan(X i_x);


    X exp(X i_x);


    X log(X i_x);


    X pow(X i_x, X i_y);


    X sqrt(X i_x);


    X square(X i_x);

    X floor(X value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy