Maven module :un.api : api-math :
Class :
un.impl.math.ByteMath
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
add_UByte_UByte,
add_UShort_UShort,
add_UInt_UInt,
add_ULong_ULong,
add_Half_Half,
add_Float_Float,
add_Double_Double
public byte[]
add_UByte_UByte (byte[] a1, byte[] a2)
public byte[]
add_UShort_UShort (byte[] a1, byte[] a2)
public byte[]
add_UInt_UInt (byte[] a1, byte[] a2)
public byte[]
add_ULong_ULong (byte[] a1, byte[] a2)
public byte[]
add_Half_Half (byte[] a1, byte[] a2)
public byte[]
add_Float_Float (byte[] a1, byte[] a2)
public byte[]
add_Double_Double (byte[] a1, byte[] a2)
This can be used as reference algorithms to emulate number operations when
the cpu does not handle them.
author Johann Sorel