27f53db0f44855b64423dc18b918d8fe576b7e5e
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%