float multiply(float x, float y)
{
    return x * y;
}
