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

package com.hypixel.hytale.math.util;

public class NumberUtil
{
    public static short sum(final short a, final short b) {
        return (short)(a + b);
    }
    
    public static short subtract(final short a, final short b) {
        return (short)(a - b);
    }
}
