How to give symbol of modulus?

2 Answers
Nov 14, 2016

Here's how you can do that.

Explanation:

You have two options here. The first option would be

  • without hashtags

abs("whatever you want")

  • with hashtags

#abs("whatever you want")#

The second option would be

  • without hashtags

| "whatever your want" |

  • with hashtags

#|"whatever you want"|#

So you can either use the #"abs()"# function or enclose the expression in #|# symbols.

Jan 4, 2017

Put hashtag marks around abs(-3.14159)
to get #abs(-3.14159)#