ae2f7c89bd7c0974c494457c2b66faa9ce1a0e85
Expr
Table of Contents
1. Expr
Expr is a GO package capable of analysing, interpreting and calculating expressions.
1.1. Data types
Expr supports numerical, string, relational, and boolean expressions.
1.1.1. Numbers
Numbers can be integers (GO int64) and float (GO float64). In mixed operations involving integers and floats, integers are automatically promoted to floats.
| Symbol | Operation | Description | Examples |
|---|---|---|---|
|
change sign |
Change the sign of values |
|
|
sum |
Add two values |
|
|
subtracion |
Subtract the right value from the left one |
|
|
product |
Multiply two values |
|
Description
Languages
Go
97.6%
HTML
2.1%
Shell
0.3%