the implementation of sin(x) for `byte` should just be a cast to float, get the sine, then cast back
the implementation of sin(x) for
byte should just be a cast to float, get the sine, then cast back to byte