Deprecated: Required parameter $errors follows optional parameter $type in /customers/5/9/f/padowan.dk/httpd.www/forum/include/parser.php on line 524

Topic: Absolute Value Functions

So can i not do these? When i tried y=|x| it said

Error 65: Expression expected.
An expression was expected. This may happen if you have empty brackets: f(x)=sin()

any help would be appreciated.

Re: Absolute Value Functions

To get the numeric value you need to use the abs function. So try with y=abs(x)