# subtract

Subtract one object from another

float subtract(float obj1, float obj2);

# Example