mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 04:21:01 +01:00
Compare commits
1 Commits
v2.0.9
...
revert/exi
| Author | SHA1 | Date | |
|---|---|---|---|
| 4846691c46 |
9
util.go
9
util.go
@@ -33,15 +33,6 @@ func contains(s []string, e string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func exists(m map[string]interface{}, item string) bool {
|
||||
// FIXME: try to use this for all cases
|
||||
if _, ok := m[item]; ok {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
func const2num(name string) float64 {
|
||||
switch name {
|
||||
case "Pi":
|
||||
|
||||
Reference in New Issue
Block a user