Topic: Numeric value

Is it possible to write the numeric value of the number: a,  in another way than (a^2)^(0.5)?

Re: Numeric value

You can write it as abs(a)

Re: Numeric value

Thanks