#pragma once int sign(int); float signf(float); int abs(int); float absf(float);