Removed "+"

This commit is contained in:
Brett Nordin 2017-03-22 21:40:00 -06:00 committed by GitHub
parent c10d1505c4
commit 8452a45a4e

View File

@ -9,8 +9,8 @@
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/ */
+private "_arr"; private "_arr";
+if (_this isEqualTo 0) exitWith {"0"}; if (_this isEqualTo 0) exitWith {"0"};
+_arr = toArray str abs (_this % 1); _arr = toArray str abs (_this % 1);
+_arr set [0, 32]; _arr set [0, 32];
+toString (toArray str (abs (_this - _this % 1) * _this / abs _this) + _arr - [32]) toString (toArray str (abs (_this - _this % 1) * _this / abs _this) + _arr - [32])