summaryrefslogtreecommitdiff
path: root/src/c/elementaryFunctions/float/u8floats.c
blob: f2b4c26106cb960e0b44e78fdf160596486c10b6 (plain)
1
2
3
4
5
#include "float.h"

float u8floats(uint8 x) {
	return (float) x;
}