// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.fastutil.floats;

@FunctionalInterface
public interface Float2DoubleOperator
{
    double apply(final float p0, final double p1);
}
