Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -38,6 +38,7 @@ public enum LogicOp{
|
|||||||
abs("abs", a -> Math.abs(a)), //not a method reference because it fails to compile for some reason
|
abs("abs", a -> Math.abs(a)), //not a method reference because it fails to compile for some reason
|
||||||
sign("sign", Math::signum),
|
sign("sign", Math::signum),
|
||||||
log("log", Math::log),
|
log("log", Math::log),
|
||||||
|
logn("logn", (x, y) -> Math.log(x) / Math.log(y)),
|
||||||
log10("log10", Math::log10),
|
log10("log10", Math::log10),
|
||||||
floor("floor", Math::floor),
|
floor("floor", Math::floor),
|
||||||
ceil("ceil", Math::ceil),
|
ceil("ceil", Math::ceil),
|
||||||
|
|||||||
@@ -260,9 +260,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CroCraft Network",
|
"name": "Kalpe Games",
|
||||||
"address": [
|
"address": [
|
||||||
"193.122.53.98:6567"
|
"mindustry.kalpe.games"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user