How would I code the negative value of an if else function? Would I just have to convert 1 x 10-5 to a decimal value?

if (x > 1 x 10-5)
{
cout << "Value" << endl;
{
else