{"id":1,"func_id":"W4YGzv6Whe","symbol":"+","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":null,"definition_type":null,"priority":1,"associativity_direction":"left","op_compute_func":"def op_W4YGzv6Whe(a, b):\n sum_ab = a + b \n if sum_ab > thres:\n return float(\"inf\")\n elif sum_ab < -thres:\n return float(\"-inf\")\n return sum_ab","op_count_func":"def op_count_W4YGzv6Whe(a, b):\n return 1","dependencies":[]} {"id":2,"func_id":"rysDP5nf3Z","symbol":"-","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":null,"definition_type":null,"priority":2,"associativity_direction":"right","op_compute_func":"def op_rysDP5nf3Z(a, b):\n diff_ab = a - b \n if diff_ab > thres:\n return float(\"inf\")\n elif diff_ab < -thres:\n return float(\"-inf\")\n return diff_ab","op_count_func":"def op_count_rysDP5nf3Z(a, b):\n return 1","dependencies":[]} {"id":3,"func_id":"t8gj7n24qd","symbol":"-","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":null,"definition_type":null,"priority":2,"associativity_direction":"right","op_compute_func":"def op_t8gj7n24qd(a):\n neg_a = -a \n if neg_a > thres:\n return float(\"inf\")\n elif neg_a < -thres:\n return float(\"-inf\")\n return neg_a","op_count_func":"def op_count_t8gj7n24qd(a):\n return 1","dependencies":[]} {"id":4,"func_id":"9HNa5Wba9A","symbol":"*","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":null,"definition_type":null,"priority":3,"associativity_direction":"left","op_compute_func":"def op_9HNa5Wba9A(a, b):\n prod_ab = a * b \n if prod_ab > thres:\n return float(\"inf\")\n elif prod_ab < -thres:\n return float(\"-inf\")\n return prod_ab","op_count_func":"def op_count_9HNa5Wba9A(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (b != b) or a in special_values or b in special_values:\n return 1\n count = min(abs(a), abs(b))\n return count if count > 0 else 1","dependencies":["W4YGzv6Whe"]} {"id":5,"func_id":"XhwjNDsVaA","symbol":"/","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":null,"definition_type":null,"priority":1,"associativity_direction":"left","op_compute_func":"def op_XhwjNDsVaA(a, b):\n if b == 0:\n return float(\"nan\")\n if b == float('inf') or b == float('-inf'):\n if a != float('inf') and a != float('-inf') and a == a:\n return 0\n return a // b","op_count_func":"def op_count_XhwjNDsVaA(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (b != b) or a in special_values or b in special_values:\n return 1\n if b == 0:\n return 1\n count = abs(a) // abs(b)\n return count if count > 0 else 1","dependencies":["rysDP5nf3Z"]} {"id":6,"func_id":"k8jYdgA6NY","symbol":"%","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":null,"definition_type":null,"priority":2,"associativity_direction":"right","op_compute_func":"def op_k8jYdgA6NY(a, b):\n if b == 0:\n return float(\"nan\")\n return a % b","op_count_func":"def op_count_k8jYdgA6NY(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (b != b) or a in special_values or b in special_values:\n return 1\n if b == 0:\n return 1\n count = abs(a) // abs(b)\n return count if count > 0 else 1","dependencies":["rysDP5nf3Z"]} {"id":7,"func_id":"eLAdDNolq6","symbol":"≤/","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"≤/a = { (484-a) }","definition_type":"simple_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_eLAdDNolq6(a):\n return op_rysDP5nf3Z(484,a)\n","op_count_func":"def op_count_eLAdDNolq6(a):\n count = op_count_rysDP5nf3Z(484,a)\n return count\n","dependencies":["rysDP5nf3Z"]} {"id":8,"func_id":"DIvbN7qnHd","symbol":"⊠≄⫣","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⊠≄⫣ = { ((-a)-(-a)) }","definition_type":"simple_definition","priority":5,"associativity_direction":"left","op_compute_func":"def op_DIvbN7qnHd(a):\n return op_rysDP5nf3Z(op_t8gj7n24qd(a),op_t8gj7n24qd(a))\n","op_count_func":"def op_count_DIvbN7qnHd(a):\n count = op_count_t8gj7n24qd(a)+op_count_t8gj7n24qd(a)+op_count_rysDP5nf3Z(op_t8gj7n24qd(a),op_t8gj7n24qd(a))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":9,"func_id":"2td37pGCOC","symbol":"⩦⩻⨪","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"⩦⩻⨪a = { ((a-a)-(-a)) }","definition_type":"simple_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_2td37pGCOC(a):\n return op_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_t8gj7n24qd(a))\n","op_count_func":"def op_count_2td37pGCOC(a):\n count = op_count_rysDP5nf3Z(a,a)+op_count_t8gj7n24qd(a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_t8gj7n24qd(a))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":10,"func_id":"tifHPKVTfV","symbol":"⇼⇔∾","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⇼⇔∾b = { (-(a-b)) }","definition_type":"simple_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_tifHPKVTfV(a, b):\n return op_t8gj7n24qd(op_rysDP5nf3Z(a,b))\n","op_count_func":"def op_count_tifHPKVTfV(a, b):\n count = op_count_rysDP5nf3Z(a,b)+op_count_t8gj7n24qd(op_rysDP5nf3Z(a,b))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":11,"func_id":"glklzrTFfD","symbol":"⨁⊸⫻","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⨁⊸⫻ = { ((a-a)+(a+a)) , if a<=24 ; a , else }","definition_type":"branch_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_glklzrTFfD(a):\n if a <= 24:\n return op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,a))\n else:\n return a\n","op_count_func":"def op_count_glklzrTFfD(a):\n if a <= 24:\n count = op_count_rysDP5nf3Z(a,a)+op_count_W4YGzv6Whe(a,a)+op_count_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,a))\n else:\n count = 1\n return count\n","dependencies":["W4YGzv6Whe","rysDP5nf3Z"]} {"id":12,"func_id":"23Mk6UjR3U","symbol":"⋷","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⋷b = { ((-a)+(b+b)) , if a>575 ; (-(a+a)) , else }","definition_type":"branch_definition","priority":1,"associativity_direction":"left","op_compute_func":"def op_23Mk6UjR3U(a, b):\n if a > 575:\n return op_W4YGzv6Whe(op_t8gj7n24qd(a),op_W4YGzv6Whe(b,b))\n else:\n return op_t8gj7n24qd(op_W4YGzv6Whe(a,a))\n","op_count_func":"def op_count_23Mk6UjR3U(a, b):\n if a > 575:\n count = op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(b,b)+op_count_W4YGzv6Whe(op_t8gj7n24qd(a),op_W4YGzv6Whe(b,b))\n else:\n count = op_count_W4YGzv6Whe(a,a)+op_count_t8gj7n24qd(op_W4YGzv6Whe(a,a))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":13,"func_id":"12rbrZMWeM","symbol":"⋳⪒","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⋳⪒b = { (((a-b)-(a-a))-((24-a)-(-263))) }","definition_type":"simple_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_12rbrZMWeM(a, b):\n return op_rysDP5nf3Z(op_rysDP5nf3Z(op_rysDP5nf3Z(a,b),op_rysDP5nf3Z(a,a)),op_rysDP5nf3Z(op_rysDP5nf3Z(24,a),op_t8gj7n24qd(263)))\n","op_count_func":"def op_count_12rbrZMWeM(a, b):\n count = op_count_rysDP5nf3Z(a,b)+op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,b),op_rysDP5nf3Z(a,a))+op_count_rysDP5nf3Z(24,a)+op_count_t8gj7n24qd(263)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(24,a),op_t8gj7n24qd(263))+op_count_rysDP5nf3Z(op_rysDP5nf3Z(op_rysDP5nf3Z(a,b),op_rysDP5nf3Z(a,a)),op_rysDP5nf3Z(op_rysDP5nf3Z(24,a),op_t8gj7n24qd(263)))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":14,"func_id":"JLbD19bQDL","symbol":"⪠⩆⊳","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⪠⩆⊳ = { ((a+a)-((a-a)+(a+a))) , if ((-a)!=71 or a<=364) ; (-((a+a)+(a-a))) , else }","definition_type":"branch_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_JLbD19bQDL(a):\n if (op_t8gj7n24qd(a) != 71 or a <= 364):\n return op_rysDP5nf3Z(op_W4YGzv6Whe(a,a),op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,a)))\n else:\n return op_t8gj7n24qd(op_W4YGzv6Whe(op_W4YGzv6Whe(a,a),op_rysDP5nf3Z(a,a)))\n","op_count_func":"def op_count_JLbD19bQDL(a):\n if (op_t8gj7n24qd(a) != 71 or a <= 364):\n count = op_count_W4YGzv6Whe(a,a)+op_count_rysDP5nf3Z(a,a)+op_count_W4YGzv6Whe(a,a)+op_count_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,a))+op_count_rysDP5nf3Z(op_W4YGzv6Whe(a,a),op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,a)))+op_count_t8gj7n24qd(a)\n else:\n count = op_count_W4YGzv6Whe(a,a)+op_count_rysDP5nf3Z(a,a)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(a,a),op_rysDP5nf3Z(a,a))+op_count_t8gj7n24qd(op_W4YGzv6Whe(op_W4YGzv6Whe(a,a),op_rysDP5nf3Z(a,a)))\n return count\n","dependencies":["rysDP5nf3Z","W4YGzv6Whe","t8gj7n24qd"]} {"id":15,"func_id":"f6k1SAg4EE","symbol":"⪒","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⪒b = { ((-a)+(-b)) }","definition_type":"simple_definition","priority":2,"associativity_direction":"right","op_compute_func":"def op_f6k1SAg4EE(a, b):\n return op_W4YGzv6Whe(op_t8gj7n24qd(a),op_t8gj7n24qd(b))\n","op_count_func":"def op_count_f6k1SAg4EE(a, b):\n count = op_count_t8gj7n24qd(a)+op_count_t8gj7n24qd(b)+op_count_W4YGzv6Whe(op_t8gj7n24qd(a),op_t8gj7n24qd(b))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":16,"func_id":"14qkJME0vr","symbol":"⊦⊿","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⊦⊿ = { ((-(a+a))-((a+79)-(a-a))) }","definition_type":"simple_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_14qkJME0vr(a):\n return op_rysDP5nf3Z(op_t8gj7n24qd(op_W4YGzv6Whe(a,a)),op_rysDP5nf3Z(op_W4YGzv6Whe(a,79),op_rysDP5nf3Z(a,a)))\n","op_count_func":"def op_count_14qkJME0vr(a):\n count = op_count_W4YGzv6Whe(a,a)+op_count_t8gj7n24qd(op_W4YGzv6Whe(a,a))+op_count_W4YGzv6Whe(a,79)+op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(op_W4YGzv6Whe(a,79),op_rysDP5nf3Z(a,a))+op_count_rysDP5nf3Z(op_t8gj7n24qd(op_W4YGzv6Whe(a,a)),op_rysDP5nf3Z(op_W4YGzv6Whe(a,79),op_rysDP5nf3Z(a,a)))\n return count\n","dependencies":["W4YGzv6Whe","rysDP5nf3Z","t8gj7n24qd"]} {"id":17,"func_id":"eH2TOUuTDT","symbol":"⪐","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⪐ = { (a+a) , if (-a)!=532 or a<368 ; (-a) , else }","definition_type":"branch_definition","priority":5,"associativity_direction":"left","op_compute_func":"def op_eH2TOUuTDT(a):\n if op_t8gj7n24qd(a) != 532 or a < 368:\n return op_W4YGzv6Whe(a,a)\n else:\n return op_t8gj7n24qd(a)\n","op_count_func":"def op_count_eH2TOUuTDT(a):\n if op_t8gj7n24qd(a) != 532 or a < 368:\n count = op_count_W4YGzv6Whe(a,a)+op_count_t8gj7n24qd(a)\n else:\n count = op_count_t8gj7n24qd(a)\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":18,"func_id":"i8ToyICDmI","symbol":"∲⫓","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a∲⫓b = { a , if b<=622 ; ((-b)+b) , else }","definition_type":"branch_definition","priority":2,"associativity_direction":"right","op_compute_func":"def op_i8ToyICDmI(a, b):\n if b <= 622:\n return a\n else:\n return op_W4YGzv6Whe(op_t8gj7n24qd(b),b)\n","op_count_func":"def op_count_i8ToyICDmI(a, b):\n if b <= 622:\n count = 1\n else:\n count = op_count_t8gj7n24qd(b)+op_count_W4YGzv6Whe(op_t8gj7n24qd(b),b)\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":19,"func_id":"7j4O788W3g","symbol":"↺","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a↺b = { ((b-a)-(146-b)) , if ((-a)<=494 and (-a)>=758) ; (-(-b)) , else }","definition_type":"branch_definition","priority":5,"associativity_direction":"left","op_compute_func":"def op_7j4O788W3g(a, b):\n if (op_t8gj7n24qd(a) <= 494 and op_t8gj7n24qd(a) >= 758):\n return op_rysDP5nf3Z(op_rysDP5nf3Z(b,a),op_rysDP5nf3Z(146,b))\n else:\n return op_t8gj7n24qd(op_t8gj7n24qd(b))\n","op_count_func":"def op_count_7j4O788W3g(a, b):\n if (op_t8gj7n24qd(a) <= 494 and op_t8gj7n24qd(a) >= 758):\n count = op_count_rysDP5nf3Z(b,a)+op_count_rysDP5nf3Z(146,b)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(b,a),op_rysDP5nf3Z(146,b))+op_count_t8gj7n24qd(a)+op_count_t8gj7n24qd(a)\n else:\n count = op_count_t8gj7n24qd(b)+op_count_t8gj7n24qd(op_t8gj7n24qd(b))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":20,"func_id":"sdazOOVcIp","symbol":"⪨≂","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⪨≂b = { (((a-117)-b)-((145-b)-(a-a))) , if (-b)==187 ; ((-(b-102))-((b-a)-a)) , else }","definition_type":"branch_definition","priority":1,"associativity_direction":"left","op_compute_func":"def op_sdazOOVcIp(a, b):\n if op_t8gj7n24qd(b) == 187:\n return op_rysDP5nf3Z(op_rysDP5nf3Z(op_rysDP5nf3Z(a,117),b),op_rysDP5nf3Z(op_rysDP5nf3Z(145,b),op_rysDP5nf3Z(a,a)))\n else:\n return op_rysDP5nf3Z(op_t8gj7n24qd(op_rysDP5nf3Z(b,102)),op_rysDP5nf3Z(op_rysDP5nf3Z(b,a),a))\n","op_count_func":"def op_count_sdazOOVcIp(a, b):\n if op_t8gj7n24qd(b) == 187:\n count = op_count_rysDP5nf3Z(a,117)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,117),b)+op_count_rysDP5nf3Z(145,b)+op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(145,b),op_rysDP5nf3Z(a,a))+op_count_rysDP5nf3Z(op_rysDP5nf3Z(op_rysDP5nf3Z(a,117),b),op_rysDP5nf3Z(op_rysDP5nf3Z(145,b),op_rysDP5nf3Z(a,a)))+op_count_t8gj7n24qd(b)\n else:\n count = op_count_rysDP5nf3Z(b,102)+op_count_t8gj7n24qd(op_rysDP5nf3Z(b,102))+op_count_rysDP5nf3Z(b,a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(b,a),a)+op_count_rysDP5nf3Z(op_t8gj7n24qd(op_rysDP5nf3Z(b,102)),op_rysDP5nf3Z(op_rysDP5nf3Z(b,a),a))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":21,"func_id":"XIabStNQrY","symbol":"⇋≉","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⇋≉ = { ((a-98)-(-a)) }","definition_type":"simple_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_XIabStNQrY(a):\n return op_rysDP5nf3Z(op_rysDP5nf3Z(a,98),op_t8gj7n24qd(a))\n","op_count_func":"def op_count_XIabStNQrY(a):\n count = op_count_rysDP5nf3Z(a,98)+op_count_t8gj7n24qd(a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,98),op_t8gj7n24qd(a))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":22,"func_id":"u6S6b8DprG","symbol":"↽≂","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"↽≂a = { (-(a+a)) , if a<=64 or (-a)>182 or a!=568 ; ((a-a)-(a-a)) , else }","definition_type":"branch_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_u6S6b8DprG(a):\n if a <= 64 or op_t8gj7n24qd(a) > 182 or a != 568:\n return op_t8gj7n24qd(op_W4YGzv6Whe(a,a))\n else:\n return op_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(a,a))\n","op_count_func":"def op_count_u6S6b8DprG(a):\n if a <= 64 or op_t8gj7n24qd(a) > 182 or a != 568:\n count = op_count_W4YGzv6Whe(a,a)+op_count_t8gj7n24qd(op_W4YGzv6Whe(a,a))+op_count_t8gj7n24qd(a)\n else:\n count = op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(a,a))\n return count\n","dependencies":["W4YGzv6Whe","rysDP5nf3Z","t8gj7n24qd"]} {"id":23,"func_id":"xUOZtlo3hN","symbol":"⨞⊢","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"⨞⊢a = { (-(a+174)) }","definition_type":"simple_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_xUOZtlo3hN(a):\n return op_t8gj7n24qd(op_W4YGzv6Whe(a,174))\n","op_count_func":"def op_count_xUOZtlo3hN(a):\n count = op_count_W4YGzv6Whe(a,174)+op_count_t8gj7n24qd(op_W4YGzv6Whe(a,174))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":24,"func_id":"Ph9nP6C5qx","symbol":"≧⫂∧","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a≧⫂∧b = { (a-b) , if (-b)>136 ; (b-473) , else }","definition_type":"branch_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_Ph9nP6C5qx(a, b):\n if op_t8gj7n24qd(b) > 136:\n return op_rysDP5nf3Z(a,b)\n else:\n return op_rysDP5nf3Z(b,473)\n","op_count_func":"def op_count_Ph9nP6C5qx(a, b):\n if op_t8gj7n24qd(b) > 136:\n count = op_count_rysDP5nf3Z(a,b)+op_count_t8gj7n24qd(b)\n else:\n count = op_count_rysDP5nf3Z(b,473)\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":25,"func_id":"P8v4zCKN1o","symbol":"∥⊫","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"∥⊫a = { (-(-(868+a))) , if (-a)<497 ; ((-(a+55))+a) , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_P8v4zCKN1o(a):\n if op_t8gj7n24qd(a) < 497:\n return op_t8gj7n24qd(op_t8gj7n24qd(op_W4YGzv6Whe(868,a)))\n else:\n return op_W4YGzv6Whe(op_t8gj7n24qd(op_W4YGzv6Whe(a,55)),a)\n","op_count_func":"def op_count_P8v4zCKN1o(a):\n if op_t8gj7n24qd(a) < 497:\n count = op_count_W4YGzv6Whe(868,a)+op_count_t8gj7n24qd(op_W4YGzv6Whe(868,a))+op_count_t8gj7n24qd(op_t8gj7n24qd(op_W4YGzv6Whe(868,a)))+op_count_t8gj7n24qd(a)\n else:\n count = op_count_W4YGzv6Whe(a,55)+op_count_t8gj7n24qd(op_W4YGzv6Whe(a,55))+op_count_W4YGzv6Whe(op_t8gj7n24qd(op_W4YGzv6Whe(a,55)),a)\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":26,"func_id":"Z2TMIBDE3Q","symbol":"⩤","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⩤ = { (a-a) , if (-a)==434 ; (-a) , else }","definition_type":"branch_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_Z2TMIBDE3Q(a):\n if op_t8gj7n24qd(a) == 434:\n return op_rysDP5nf3Z(a,a)\n else:\n return op_t8gj7n24qd(a)\n","op_count_func":"def op_count_Z2TMIBDE3Q(a):\n if op_t8gj7n24qd(a) == 434:\n count = op_count_rysDP5nf3Z(a,a)+op_count_t8gj7n24qd(a)\n else:\n count = op_count_t8gj7n24qd(a)\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":27,"func_id":"EBcxylXtPf","symbol":"⫌⩹⨱","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⫌⩹⨱ = { (((80+a)+(750-a))+((149+422)+(a+a))) }","definition_type":"simple_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_EBcxylXtPf(a):\n return op_W4YGzv6Whe(op_W4YGzv6Whe(op_W4YGzv6Whe(80,a),op_rysDP5nf3Z(750,a)),op_W4YGzv6Whe(op_W4YGzv6Whe(149,422),op_W4YGzv6Whe(a,a)))\n","op_count_func":"def op_count_EBcxylXtPf(a):\n count = op_count_W4YGzv6Whe(80,a)+op_count_rysDP5nf3Z(750,a)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(80,a),op_rysDP5nf3Z(750,a))+op_count_W4YGzv6Whe(149,422)+op_count_W4YGzv6Whe(a,a)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(149,422),op_W4YGzv6Whe(a,a))+op_count_W4YGzv6Whe(op_W4YGzv6Whe(op_W4YGzv6Whe(80,a),op_rysDP5nf3Z(750,a)),op_W4YGzv6Whe(op_W4YGzv6Whe(149,422),op_W4YGzv6Whe(a,a)))\n return count\n","dependencies":["W4YGzv6Whe","rysDP5nf3Z"]} {"id":28,"func_id":"BjRHVeLaeN","symbol":"⫩⊇","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a⫩⊇ = { (-(a-42)) }","definition_type":"simple_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_BjRHVeLaeN(a):\n return op_t8gj7n24qd(op_rysDP5nf3Z(a,42))\n","op_count_func":"def op_count_BjRHVeLaeN(a):\n count = op_count_rysDP5nf3Z(a,42)+op_count_t8gj7n24qd(op_rysDP5nf3Z(a,42))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":29,"func_id":"COABgblf1C","symbol":"⊭↱","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⊭↱b = { (((b+b)+(-a))+((-a)+5)) }","definition_type":"simple_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_COABgblf1C(a, b):\n return op_W4YGzv6Whe(op_W4YGzv6Whe(op_W4YGzv6Whe(b,b),op_t8gj7n24qd(a)),op_W4YGzv6Whe(op_t8gj7n24qd(a),5))\n","op_count_func":"def op_count_COABgblf1C(a, b):\n count = op_count_W4YGzv6Whe(b,b)+op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(b,b),op_t8gj7n24qd(a))+op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(op_t8gj7n24qd(a),5)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(op_W4YGzv6Whe(b,b),op_t8gj7n24qd(a)),op_W4YGzv6Whe(op_t8gj7n24qd(a),5))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":30,"func_id":"DpFCA1CohY","symbol":"⋗⩬⋾","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"⋗⩬⋾a = { (-(-a)) , if (a<=390 and (-a)==853 and (-a)<3) ; ((-a)-(a+a)) , else }","definition_type":"branch_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_DpFCA1CohY(a):\n if (a <= 390 and op_t8gj7n24qd(a) == 853 and op_t8gj7n24qd(a) < 3):\n return op_t8gj7n24qd(op_t8gj7n24qd(a))\n else:\n return op_rysDP5nf3Z(op_t8gj7n24qd(a),op_W4YGzv6Whe(a,a))\n","op_count_func":"def op_count_DpFCA1CohY(a):\n if (a <= 390 and op_t8gj7n24qd(a) == 853 and op_t8gj7n24qd(a) < 3):\n count = op_count_t8gj7n24qd(a)+op_count_t8gj7n24qd(op_t8gj7n24qd(a))+op_count_t8gj7n24qd(a)+op_count_t8gj7n24qd(a)\n else:\n count = op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(a,a)+op_count_rysDP5nf3Z(op_t8gj7n24qd(a),op_W4YGzv6Whe(a,a))\n return count\n","dependencies":["rysDP5nf3Z","W4YGzv6Whe","t8gj7n24qd"]} {"id":31,"func_id":"DZ8iAZOCBD","symbol":"⊉≛↸","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⊉≛↸b = { ((-a)+(a-b)) , if (-a)>=60 ; (a-(-a)) , else }","definition_type":"branch_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_DZ8iAZOCBD(a, b):\n if op_t8gj7n24qd(a) >= 60:\n return op_W4YGzv6Whe(op_t8gj7n24qd(a),op_rysDP5nf3Z(a,b))\n else:\n return op_rysDP5nf3Z(a,op_t8gj7n24qd(a))\n","op_count_func":"def op_count_DZ8iAZOCBD(a, b):\n if op_t8gj7n24qd(a) >= 60:\n count = op_count_t8gj7n24qd(a)+op_count_rysDP5nf3Z(a,b)+op_count_W4YGzv6Whe(op_t8gj7n24qd(a),op_rysDP5nf3Z(a,b))+op_count_t8gj7n24qd(a)\n else:\n count = op_count_t8gj7n24qd(a)+op_count_rysDP5nf3Z(a,op_t8gj7n24qd(a))\n return count\n","dependencies":["rysDP5nf3Z","W4YGzv6Whe","t8gj7n24qd"]} {"id":32,"func_id":"D4vGDi5EA2","symbol":"≦≮≮","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a≦≮≮ = { (-(a+(a+a))) }","definition_type":"simple_definition","priority":10,"associativity_direction":"left","op_compute_func":"def op_D4vGDi5EA2(a):\n return op_t8gj7n24qd(op_W4YGzv6Whe(a,op_W4YGzv6Whe(a,a)))\n","op_count_func":"def op_count_D4vGDi5EA2(a):\n count = op_count_W4YGzv6Whe(a,a)+op_count_W4YGzv6Whe(a,op_W4YGzv6Whe(a,a))+op_count_t8gj7n24qd(op_W4YGzv6Whe(a,op_W4YGzv6Whe(a,a)))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":33,"func_id":"QMFrweE19q","symbol":"⫡⨏","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⫡⨏b = { 497 , if (-b)==408 and (-a)>=56 ; (((a+783)+(a+a))+((b+a)+(a+b))) , else }","definition_type":"branch_definition","priority":1,"associativity_direction":"left","op_compute_func":"def op_QMFrweE19q(a, b):\n if op_t8gj7n24qd(b) == 408 and op_t8gj7n24qd(a) >= 56:\n return 497\n else:\n return op_W4YGzv6Whe(op_W4YGzv6Whe(op_W4YGzv6Whe(a,783),op_W4YGzv6Whe(a,a)),op_W4YGzv6Whe(op_W4YGzv6Whe(b,a),op_W4YGzv6Whe(a,b)))\n","op_count_func":"def op_count_QMFrweE19q(a, b):\n if op_t8gj7n24qd(b) == 408 and op_t8gj7n24qd(a) >= 56:\n count = op_count_t8gj7n24qd(b)+op_count_t8gj7n24qd(a)\n else:\n count = op_count_W4YGzv6Whe(a,783)+op_count_W4YGzv6Whe(a,a)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(a,783),op_W4YGzv6Whe(a,a))+op_count_W4YGzv6Whe(b,a)+op_count_W4YGzv6Whe(a,b)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(b,a),op_W4YGzv6Whe(a,b))+op_count_W4YGzv6Whe(op_W4YGzv6Whe(op_W4YGzv6Whe(a,783),op_W4YGzv6Whe(a,a)),op_W4YGzv6Whe(op_W4YGzv6Whe(b,a),op_W4YGzv6Whe(a,b)))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":34,"func_id":"2DQ55sFlQl","symbol":"⨵⪆","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⨵⪆b = { (402-242) , if b!=134 ; (-a) , else }","definition_type":"branch_definition","priority":1,"associativity_direction":"left","op_compute_func":"def op_2DQ55sFlQl(a, b):\n if b != 134:\n return op_rysDP5nf3Z(402,242)\n else:\n return op_t8gj7n24qd(a)\n","op_count_func":"def op_count_2DQ55sFlQl(a, b):\n if b != 134:\n count = op_count_rysDP5nf3Z(402,242)\n else:\n count = op_count_t8gj7n24qd(a)\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd"]} {"id":35,"func_id":"eewbuw0ToL","symbol":"⨰","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⨰b = { (((a-a)+(a+10))-(-(-b))) }","definition_type":"simple_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_eewbuw0ToL(a, b):\n return op_rysDP5nf3Z(op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,10)),op_t8gj7n24qd(op_t8gj7n24qd(b)))\n","op_count_func":"def op_count_eewbuw0ToL(a, b):\n count = op_count_rysDP5nf3Z(a,a)+op_count_W4YGzv6Whe(a,10)+op_count_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,10))+op_count_t8gj7n24qd(b)+op_count_t8gj7n24qd(op_t8gj7n24qd(b))+op_count_rysDP5nf3Z(op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_W4YGzv6Whe(a,10)),op_t8gj7n24qd(op_t8gj7n24qd(b)))\n return count\n","dependencies":["rysDP5nf3Z","W4YGzv6Whe","t8gj7n24qd"]} {"id":36,"func_id":"XPYlsWDdGa","symbol":"⪲⇎","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"⪲⇎a = { (a+a) , if (-a)!=821 ; (a-a) , else }","definition_type":"branch_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_XPYlsWDdGa(a):\n if op_t8gj7n24qd(a) != 821:\n return op_W4YGzv6Whe(a,a)\n else:\n return op_rysDP5nf3Z(a,a)\n","op_count_func":"def op_count_XPYlsWDdGa(a):\n if op_t8gj7n24qd(a) != 821:\n count = op_count_W4YGzv6Whe(a,a)+op_count_t8gj7n24qd(a)\n else:\n count = op_count_rysDP5nf3Z(a,a)\n return count\n","dependencies":["rysDP5nf3Z","W4YGzv6Whe","t8gj7n24qd"]} {"id":37,"func_id":"g55IO6H4Gj","symbol":"⨸⪁","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⨸⪁b = { ((a+b)+(b+a)) }","definition_type":"simple_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_g55IO6H4Gj(a, b):\n return op_W4YGzv6Whe(op_W4YGzv6Whe(a,b),op_W4YGzv6Whe(b,a))\n","op_count_func":"def op_count_g55IO6H4Gj(a, b):\n count = op_count_W4YGzv6Whe(a,b)+op_count_W4YGzv6Whe(b,a)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(a,b),op_W4YGzv6Whe(b,a))\n return count\n","dependencies":["W4YGzv6Whe"]} {"id":38,"func_id":"N41Kp7NANJ","symbol":"≋⫹","n_ary":1,"unary_position":"postfix","n_order":1,"is_base":null,"definition":"a≋⫹ = { ((-a)+(-a)) }","definition_type":"simple_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_N41Kp7NANJ(a):\n return op_W4YGzv6Whe(op_t8gj7n24qd(a),op_t8gj7n24qd(a))\n","op_count_func":"def op_count_N41Kp7NANJ(a):\n count = op_count_t8gj7n24qd(a)+op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(op_t8gj7n24qd(a),op_t8gj7n24qd(a))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":39,"func_id":"e1ybzncUwg","symbol":"≉","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"≉a = { (a+531) , if (-a)<=225 ; a , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_e1ybzncUwg(a):\n if op_t8gj7n24qd(a) <= 225:\n return op_W4YGzv6Whe(a,531)\n else:\n return a\n","op_count_func":"def op_count_e1ybzncUwg(a):\n if op_t8gj7n24qd(a) <= 225:\n count = op_count_W4YGzv6Whe(a,531)+op_count_t8gj7n24qd(a)\n else:\n count = 1\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":40,"func_id":"2DDjHMKMc0","symbol":"⋝⋈⪟","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⋝⋈⪟b = { ((b+a)+(-b)) }","definition_type":"simple_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_2DDjHMKMc0(a, b):\n return op_W4YGzv6Whe(op_W4YGzv6Whe(b,a),op_t8gj7n24qd(b))\n","op_count_func":"def op_count_2DDjHMKMc0(a, b):\n count = op_count_W4YGzv6Whe(b,a)+op_count_t8gj7n24qd(b)+op_count_W4YGzv6Whe(op_W4YGzv6Whe(b,a),op_t8gj7n24qd(b))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd"]} {"id":41,"func_id":"9FxExcQeMw","symbol":"⩷∴","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⩷∴b = { (((a-b)-32)-((b-a)-(a-a))) }","definition_type":"simple_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_9FxExcQeMw(a, b):\n return op_rysDP5nf3Z(op_rysDP5nf3Z(op_rysDP5nf3Z(a,b),32),op_rysDP5nf3Z(op_rysDP5nf3Z(b,a),op_rysDP5nf3Z(a,a)))\n","op_count_func":"def op_count_9FxExcQeMw(a, b):\n count = op_count_rysDP5nf3Z(a,b)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,b),32)+op_count_rysDP5nf3Z(b,a)+op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(b,a),op_rysDP5nf3Z(a,a))+op_count_rysDP5nf3Z(op_rysDP5nf3Z(op_rysDP5nf3Z(a,b),32),op_rysDP5nf3Z(op_rysDP5nf3Z(b,a),op_rysDP5nf3Z(a,a)))\n return count\n","dependencies":["rysDP5nf3Z"]} {"id":42,"func_id":"8w2t5hMYqp","symbol":"⊄⩳↩","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"⊄⩳↩a = { ((-a)-(a+a)) }","definition_type":"simple_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_8w2t5hMYqp(a):\n return op_rysDP5nf3Z(op_t8gj7n24qd(a),op_W4YGzv6Whe(a,a))\n","op_count_func":"def op_count_8w2t5hMYqp(a):\n count = op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(a,a)+op_count_rysDP5nf3Z(op_t8gj7n24qd(a),op_W4YGzv6Whe(a,a))\n return count\n","dependencies":["rysDP5nf3Z","W4YGzv6Whe","t8gj7n24qd"]} {"id":43,"func_id":"AF7qkfDlqP","symbol":"⨑⩽⪐","n_ary":1,"unary_position":"prefix","n_order":1,"is_base":null,"definition":"⨑⩽⪐a = { (-((a-a)-(273-a))) , if a>30 ; (((a-a)-(a-789))+((a-a)+(-a))) , else }","definition_type":"branch_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_AF7qkfDlqP(a):\n if a > 30:\n return op_t8gj7n24qd(op_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(273,a)))\n else:\n return op_W4YGzv6Whe(op_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(a,789)),op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_t8gj7n24qd(a)))\n","op_count_func":"def op_count_AF7qkfDlqP(a):\n if a > 30:\n count = op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(273,a)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(273,a))+op_count_t8gj7n24qd(op_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(273,a)))\n else:\n count = op_count_rysDP5nf3Z(a,a)+op_count_rysDP5nf3Z(a,789)+op_count_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(a,789))+op_count_rysDP5nf3Z(a,a)+op_count_t8gj7n24qd(a)+op_count_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_t8gj7n24qd(a))+op_count_W4YGzv6Whe(op_rysDP5nf3Z(op_rysDP5nf3Z(a,a),op_rysDP5nf3Z(a,789)),op_W4YGzv6Whe(op_rysDP5nf3Z(a,a),op_t8gj7n24qd(a)))\n return count\n","dependencies":["rysDP5nf3Z","t8gj7n24qd","W4YGzv6Whe"]} {"id":44,"func_id":"Qy55tPpLXF","symbol":"⋥≓≎","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⋥≓≎b = { ((b+b)-(a-33)) , if (a+463)>=40 ; (-(-67)) , else }","definition_type":"branch_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_Qy55tPpLXF(a, b):\n if op_W4YGzv6Whe(a,463) >= 40:\n return op_rysDP5nf3Z(op_W4YGzv6Whe(b,b),op_rysDP5nf3Z(a,33))\n else:\n return op_t8gj7n24qd(op_t8gj7n24qd(67))\n","op_count_func":"def op_count_Qy55tPpLXF(a, b):\n if op_W4YGzv6Whe(a,463) >= 40:\n count = op_count_W4YGzv6Whe(b,b)+op_count_rysDP5nf3Z(a,33)+op_count_rysDP5nf3Z(op_W4YGzv6Whe(b,b),op_rysDP5nf3Z(a,33))+op_count_W4YGzv6Whe(a,463)\n else:\n count = op_count_t8gj7n24qd(67)+op_count_t8gj7n24qd(op_t8gj7n24qd(67))\n return count\n","dependencies":["W4YGzv6Whe","rysDP5nf3Z","t8gj7n24qd"]} {"id":45,"func_id":"NTOWxs364D","symbol":"⩚⊴⇥","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⩚⊴⇥b = { ((-b)-(121+a)) }","definition_type":"simple_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_NTOWxs364D(a, b):\n return op_rysDP5nf3Z(op_t8gj7n24qd(b),op_W4YGzv6Whe(121,a))\n","op_count_func":"def op_count_NTOWxs364D(a, b):\n count = op_count_t8gj7n24qd(b)+op_count_W4YGzv6Whe(121,a)+op_count_rysDP5nf3Z(op_t8gj7n24qd(b),op_W4YGzv6Whe(121,a))\n return count\n","dependencies":["W4YGzv6Whe","t8gj7n24qd","rysDP5nf3Z"]} {"id":46,"func_id":"nCS4ZIUYfx","symbol":"⨳⩥⨓","n_ary":2,"unary_position":null,"n_order":1,"is_base":null,"definition":"a⨳⩥⨓b = { ((b+a)-(a+a)) }","definition_type":"simple_definition","priority":5,"associativity_direction":"left","op_compute_func":"def op_nCS4ZIUYfx(a, b):\n return op_rysDP5nf3Z(op_W4YGzv6Whe(b,a),op_W4YGzv6Whe(a,a))\n","op_count_func":"def op_count_nCS4ZIUYfx(a, b):\n count = op_count_W4YGzv6Whe(b,a)+op_count_W4YGzv6Whe(a,a)+op_count_rysDP5nf3Z(op_W4YGzv6Whe(b,a),op_W4YGzv6Whe(a,a))\n return count\n","dependencies":["W4YGzv6Whe","rysDP5nf3Z"]} {"id":47,"func_id":"A8NUZmVepG","symbol":"↥","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"↥a = { (a%51) }","definition_type":"simple_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_A8NUZmVepG(a):\n return op_k8jYdgA6NY(a,51)\n","op_count_func":"def op_count_A8NUZmVepG(a):\n count = op_count_k8jYdgA6NY(a,51)\n return count\n","dependencies":["k8jYdgA6NY"]} {"id":48,"func_id":"2DlMacCsIx","symbol":"⩨","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⩨b = { a , if (a⪠⩆⊳)>43 ; ((b/a)≦≮≮) , else }","definition_type":"branch_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_2DlMacCsIx(a, b):\n if op_JLbD19bQDL(a) > 43:\n return a\n else:\n return op_D4vGDi5EA2(op_XhwjNDsVaA(b,a))\n","op_count_func":"def op_count_2DlMacCsIx(a, b):\n if op_JLbD19bQDL(a) > 43:\n count = 1\n else:\n count = op_count_XhwjNDsVaA(b,a)+op_count_D4vGDi5EA2(op_XhwjNDsVaA(b,a))\n return count\n","dependencies":["D4vGDi5EA2","XhwjNDsVaA","JLbD19bQDL"]} {"id":49,"func_id":"srAu1WTS94","symbol":"⨵≀≌","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"⨵≀≌a = { (a*a) , if (a⨁⊸⫻)!=892 and (⪲⇎a)<454 ; (⋗⩬⋾a) , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_srAu1WTS94(a):\n if op_glklzrTFfD(a) != 892 and op_XPYlsWDdGa(a) < 454:\n return op_9HNa5Wba9A(a,a)\n else:\n return op_DpFCA1CohY(a)\n","op_count_func":"def op_count_srAu1WTS94(a):\n if op_glklzrTFfD(a) != 892 and op_XPYlsWDdGa(a) < 454:\n count = op_count_9HNa5Wba9A(a,a)+op_count_glklzrTFfD(a)+op_count_XPYlsWDdGa(a)\n else:\n count = op_count_DpFCA1CohY(a)\n return count\n","dependencies":["glklzrTFfD","DpFCA1CohY","XPYlsWDdGa","9HNa5Wba9A"]} {"id":50,"func_id":"X99M06cbEe","symbol":"≫≃","n_ary":1,"unary_position":"postfix","n_order":2,"is_base":null,"definition":"a≫≃ = { (a*315) , if (a≦≮≮)>=13 and (⩦⩻⨪a)!=26 and a>=80 ; (a⫌⩹⨱) , else }","definition_type":"branch_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_X99M06cbEe(a):\n if op_D4vGDi5EA2(a) >= 13 and op_2td37pGCOC(a) != 26 and a >= 80:\n return op_9HNa5Wba9A(a,315)\n else:\n return op_EBcxylXtPf(a)\n","op_count_func":"def op_count_X99M06cbEe(a):\n if op_D4vGDi5EA2(a) >= 13 and op_2td37pGCOC(a) != 26 and a >= 80:\n count = op_count_9HNa5Wba9A(a,315)+op_count_D4vGDi5EA2(a)+op_count_2td37pGCOC(a)\n else:\n count = op_count_EBcxylXtPf(a)\n return count\n","dependencies":["2td37pGCOC","D4vGDi5EA2","EBcxylXtPf","9HNa5Wba9A"]} {"id":51,"func_id":"XTarYq4gQB","symbol":"⪝⪂⫅","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"⪝⪂⫅a = { ((⊄⩳↩49)*a) }","definition_type":"simple_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_XTarYq4gQB(a):\n return op_9HNa5Wba9A(op_8w2t5hMYqp(49),a)\n","op_count_func":"def op_count_XTarYq4gQB(a):\n count = op_count_8w2t5hMYqp(49)+op_count_9HNa5Wba9A(op_8w2t5hMYqp(49),a)\n return count\n","dependencies":["9HNa5Wba9A","8w2t5hMYqp"]} {"id":52,"func_id":"sJAwomhLZr","symbol":"⩠","n_ary":1,"unary_position":"postfix","n_order":2,"is_base":null,"definition":"a⩠ = { (((a+a)⊭↱(a⪨≂a))∲⫓((a⩤)%(a⪐))) }","definition_type":"simple_definition","priority":12,"associativity_direction":"left","op_compute_func":"def op_sJAwomhLZr(a):\n return op_i8ToyICDmI(op_COABgblf1C(op_W4YGzv6Whe(a,a),op_sdazOOVcIp(a,a)),op_k8jYdgA6NY(op_Z2TMIBDE3Q(a),op_eH2TOUuTDT(a)))\n","op_count_func":"def op_count_sJAwomhLZr(a):\n count = op_count_W4YGzv6Whe(a,a)+op_count_sdazOOVcIp(a,a)+op_count_COABgblf1C(op_W4YGzv6Whe(a,a),op_sdazOOVcIp(a,a))+op_count_Z2TMIBDE3Q(a)+op_count_eH2TOUuTDT(a)+op_count_k8jYdgA6NY(op_Z2TMIBDE3Q(a),op_eH2TOUuTDT(a))+op_count_i8ToyICDmI(op_COABgblf1C(op_W4YGzv6Whe(a,a),op_sdazOOVcIp(a,a)),op_k8jYdgA6NY(op_Z2TMIBDE3Q(a),op_eH2TOUuTDT(a)))\n return count\n","dependencies":["sdazOOVcIp","i8ToyICDmI","k8jYdgA6NY","eH2TOUuTDT","W4YGzv6Whe","Z2TMIBDE3Q","COABgblf1C"]} {"id":53,"func_id":"SUmda5xLS4","symbol":"⪄","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⪄b = { (((⊄⩳↩320)⨁⊸⫻)⊭↱((a*72)⋥≓≎(b⪒a))) , if (∥⊫b)!=717 ; b , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_SUmda5xLS4(a, b):\n if op_P8v4zCKN1o(b) != 717:\n return op_COABgblf1C(op_glklzrTFfD(op_8w2t5hMYqp(320)),op_Qy55tPpLXF(op_9HNa5Wba9A(a,72),op_f6k1SAg4EE(b,a)))\n else:\n return b\n","op_count_func":"def op_count_SUmda5xLS4(a, b):\n if op_P8v4zCKN1o(b) != 717:\n count = op_count_8w2t5hMYqp(320)+op_count_glklzrTFfD(op_8w2t5hMYqp(320))+op_count_9HNa5Wba9A(a,72)+op_count_f6k1SAg4EE(b,a)+op_count_Qy55tPpLXF(op_9HNa5Wba9A(a,72),op_f6k1SAg4EE(b,a))+op_count_COABgblf1C(op_glklzrTFfD(op_8w2t5hMYqp(320)),op_Qy55tPpLXF(op_9HNa5Wba9A(a,72),op_f6k1SAg4EE(b,a)))+op_count_P8v4zCKN1o(b)\n else:\n count = 1\n return count\n","dependencies":["8w2t5hMYqp","glklzrTFfD","Qy55tPpLXF","P8v4zCKN1o","f6k1SAg4EE","9HNa5Wba9A","COABgblf1C"]} {"id":54,"func_id":"oacrs7FA3X","symbol":"⪘⫢","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⪘⫢b = { ((a⨵⪆345)⪨≂(⨑⩽⪐a)) , if ((b∲⫓242)>=654 and (∥⊫a)>649) ; ((b⨵⪆b)/(a⫡⨏b)) , else }","definition_type":"branch_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_oacrs7FA3X(a, b):\n if (op_i8ToyICDmI(b,242) >= 654 and op_P8v4zCKN1o(a) > 649):\n return op_sdazOOVcIp(op_2DQ55sFlQl(a,345),op_AF7qkfDlqP(a))\n else:\n return op_XhwjNDsVaA(op_2DQ55sFlQl(b,b),op_QMFrweE19q(a,b))\n","op_count_func":"def op_count_oacrs7FA3X(a, b):\n if (op_i8ToyICDmI(b,242) >= 654 and op_P8v4zCKN1o(a) > 649):\n count = op_count_2DQ55sFlQl(a,345)+op_count_AF7qkfDlqP(a)+op_count_sdazOOVcIp(op_2DQ55sFlQl(a,345),op_AF7qkfDlqP(a))+op_count_i8ToyICDmI(b,242)+op_count_P8v4zCKN1o(a)\n else:\n count = op_count_2DQ55sFlQl(b,b)+op_count_QMFrweE19q(a,b)+op_count_XhwjNDsVaA(op_2DQ55sFlQl(b,b),op_QMFrweE19q(a,b))\n return count\n","dependencies":["sdazOOVcIp","i8ToyICDmI","QMFrweE19q","XhwjNDsVaA","P8v4zCKN1o","2DQ55sFlQl","AF7qkfDlqP"]} {"id":55,"func_id":"bJkvcejdHO","symbol":"≎⊠⪸","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a≎⊠⪸b = { ((b⊠≄⫣)≧⫂∧(259*a)) , if (b⫌⩹⨱)>=594 ; ((⩦⩻⨪b)⋥≓≎(a⩷∴b)) , else }","definition_type":"branch_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_bJkvcejdHO(a, b):\n if op_EBcxylXtPf(b) >= 594:\n return op_Ph9nP6C5qx(op_DIvbN7qnHd(b),op_9HNa5Wba9A(259,a))\n else:\n return op_Qy55tPpLXF(op_2td37pGCOC(b),op_9FxExcQeMw(a,b))\n","op_count_func":"def op_count_bJkvcejdHO(a, b):\n if op_EBcxylXtPf(b) >= 594:\n count = op_count_DIvbN7qnHd(b)+op_count_9HNa5Wba9A(259,a)+op_count_Ph9nP6C5qx(op_DIvbN7qnHd(b),op_9HNa5Wba9A(259,a))+op_count_EBcxylXtPf(b)\n else:\n count = op_count_2td37pGCOC(b)+op_count_9FxExcQeMw(a,b)+op_count_Qy55tPpLXF(op_2td37pGCOC(b),op_9FxExcQeMw(a,b))\n return count\n","dependencies":["DIvbN7qnHd","Ph9nP6C5qx","Qy55tPpLXF","2td37pGCOC","EBcxylXtPf","9FxExcQeMw","9HNa5Wba9A"]} {"id":56,"func_id":"8HhzD0ZcuI","symbol":"⨽","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⨽b = { (⋗⩬⋾((b⨳⩥⨓438)⨳⩥⨓(a*a))) }","definition_type":"simple_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_8HhzD0ZcuI(a, b):\n return op_DpFCA1CohY(op_nCS4ZIUYfx(op_nCS4ZIUYfx(b,438),op_9HNa5Wba9A(a,a)))\n","op_count_func":"def op_count_8HhzD0ZcuI(a, b):\n count = op_count_nCS4ZIUYfx(b,438)+op_count_9HNa5Wba9A(a,a)+op_count_nCS4ZIUYfx(op_nCS4ZIUYfx(b,438),op_9HNa5Wba9A(a,a))+op_count_DpFCA1CohY(op_nCS4ZIUYfx(op_nCS4ZIUYfx(b,438),op_9HNa5Wba9A(a,a)))\n return count\n","dependencies":["nCS4ZIUYfx","9HNa5Wba9A","DpFCA1CohY"]} {"id":57,"func_id":"8jW3W4yZS5","symbol":"↯⪼","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"↯⪼a = { (≤/(a⫌⩹⨱)) , if (∥⊫a)<382 and (⪲⇎a)!=21 ; ((⊄⩳↩988)%(109⩤)) , else }","definition_type":"branch_definition","priority":13,"associativity_direction":"right","op_compute_func":"def op_8jW3W4yZS5(a):\n if op_P8v4zCKN1o(a) < 382 and op_XPYlsWDdGa(a) != 21:\n return op_eLAdDNolq6(op_EBcxylXtPf(a))\n else:\n return op_k8jYdgA6NY(op_8w2t5hMYqp(988),op_Z2TMIBDE3Q(109))\n","op_count_func":"def op_count_8jW3W4yZS5(a):\n if op_P8v4zCKN1o(a) < 382 and op_XPYlsWDdGa(a) != 21:\n count = op_count_EBcxylXtPf(a)+op_count_eLAdDNolq6(op_EBcxylXtPf(a))+op_count_P8v4zCKN1o(a)+op_count_XPYlsWDdGa(a)\n else:\n count = op_count_8w2t5hMYqp(988)+op_count_Z2TMIBDE3Q(109)+op_count_k8jYdgA6NY(op_8w2t5hMYqp(988),op_Z2TMIBDE3Q(109))\n return count\n","dependencies":["eLAdDNolq6","P8v4zCKN1o","k8jYdgA6NY","EBcxylXtPf","XPYlsWDdGa","Z2TMIBDE3Q","8w2t5hMYqp"]} {"id":58,"func_id":"9ICcGScMcE","symbol":"≦∁","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"≦∁a = { (((a/301)⊭↱(a⨸⪁a))⋥≓≎(⨞⊢(a⊉≛↸a))) , if ((⨑⩽⪐a)>=427 or (a⪐)<=558) ; a , else }","definition_type":"branch_definition","priority":2,"associativity_direction":"right","op_compute_func":"def op_9ICcGScMcE(a):\n if (op_AF7qkfDlqP(a) >= 427 or op_eH2TOUuTDT(a) <= 558):\n return op_Qy55tPpLXF(op_COABgblf1C(op_XhwjNDsVaA(a,301),op_g55IO6H4Gj(a,a)),op_xUOZtlo3hN(op_DZ8iAZOCBD(a,a)))\n else:\n return a\n","op_count_func":"def op_count_9ICcGScMcE(a):\n if (op_AF7qkfDlqP(a) >= 427 or op_eH2TOUuTDT(a) <= 558):\n count = op_count_XhwjNDsVaA(a,301)+op_count_g55IO6H4Gj(a,a)+op_count_COABgblf1C(op_XhwjNDsVaA(a,301),op_g55IO6H4Gj(a,a))+op_count_DZ8iAZOCBD(a,a)+op_count_xUOZtlo3hN(op_DZ8iAZOCBD(a,a))+op_count_Qy55tPpLXF(op_COABgblf1C(op_XhwjNDsVaA(a,301),op_g55IO6H4Gj(a,a)),op_xUOZtlo3hN(op_DZ8iAZOCBD(a,a)))+op_count_AF7qkfDlqP(a)+op_count_eH2TOUuTDT(a)\n else:\n count = 1\n return count\n","dependencies":["XhwjNDsVaA","g55IO6H4Gj","xUOZtlo3hN","Qy55tPpLXF","DZ8iAZOCBD","eH2TOUuTDT","AF7qkfDlqP","COABgblf1C"]} {"id":59,"func_id":"gu96TGCTMs","symbol":"⊘","n_ary":1,"unary_position":"postfix","n_order":2,"is_base":null,"definition":"a⊘ = { ((a⨰a)/(∥⊫a)) , if (⨑⩽⪐a)!=520 or (a≧⫂∧486)>62 or (⊄⩳↩a)>=602 ; ((-240)⩚⊴⇥a) , else }","definition_type":"branch_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_gu96TGCTMs(a):\n if op_AF7qkfDlqP(a) != 520 or op_Ph9nP6C5qx(a,486) > 62 or op_8w2t5hMYqp(a) >= 602:\n return op_XhwjNDsVaA(op_eewbuw0ToL(a,a),op_P8v4zCKN1o(a))\n else:\n return op_NTOWxs364D(op_t8gj7n24qd(240),a)\n","op_count_func":"def op_count_gu96TGCTMs(a):\n if op_AF7qkfDlqP(a) != 520 or op_Ph9nP6C5qx(a,486) > 62 or op_8w2t5hMYqp(a) >= 602:\n count = op_count_eewbuw0ToL(a,a)+op_count_P8v4zCKN1o(a)+op_count_XhwjNDsVaA(op_eewbuw0ToL(a,a),op_P8v4zCKN1o(a))+op_count_AF7qkfDlqP(a)+op_count_Ph9nP6C5qx(a,486)+op_count_8w2t5hMYqp(a)\n else:\n count = op_count_t8gj7n24qd(240)+op_count_NTOWxs364D(op_t8gj7n24qd(240),a)\n return count\n","dependencies":["XhwjNDsVaA","t8gj7n24qd","Ph9nP6C5qx","P8v4zCKN1o","AF7qkfDlqP","eewbuw0ToL","8w2t5hMYqp","NTOWxs364D"]} {"id":60,"func_id":"jLgFTUHLKL","symbol":"↩","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"↩a = { (((83≧⫂∧a)⪨≂(⨑⩽⪐a))≋⫹) , if ((≤/a)>=675 or (a⫩⊇)!=134) ; (⨞⊢((a%a)⩚⊴⇥(-a))) , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_jLgFTUHLKL(a):\n if (op_eLAdDNolq6(a) >= 675 or op_BjRHVeLaeN(a) != 134):\n return op_N41Kp7NANJ(op_sdazOOVcIp(op_Ph9nP6C5qx(83,a),op_AF7qkfDlqP(a)))\n else:\n return op_xUOZtlo3hN(op_NTOWxs364D(op_k8jYdgA6NY(a,a),op_t8gj7n24qd(a)))\n","op_count_func":"def op_count_jLgFTUHLKL(a):\n if (op_eLAdDNolq6(a) >= 675 or op_BjRHVeLaeN(a) != 134):\n count = op_count_Ph9nP6C5qx(83,a)+op_count_AF7qkfDlqP(a)+op_count_sdazOOVcIp(op_Ph9nP6C5qx(83,a),op_AF7qkfDlqP(a))+op_count_N41Kp7NANJ(op_sdazOOVcIp(op_Ph9nP6C5qx(83,a),op_AF7qkfDlqP(a)))+op_count_eLAdDNolq6(a)+op_count_BjRHVeLaeN(a)\n else:\n count = op_count_k8jYdgA6NY(a,a)+op_count_t8gj7n24qd(a)+op_count_NTOWxs364D(op_k8jYdgA6NY(a,a),op_t8gj7n24qd(a))+op_count_xUOZtlo3hN(op_NTOWxs364D(op_k8jYdgA6NY(a,a),op_t8gj7n24qd(a)))\n return count\n","dependencies":["sdazOOVcIp","t8gj7n24qd","eLAdDNolq6","BjRHVeLaeN","Ph9nP6C5qx","xUOZtlo3hN","k8jYdgA6NY","AF7qkfDlqP","N41Kp7NANJ","NTOWxs364D"]} {"id":61,"func_id":"eLxqMNBOBk","symbol":"⫓⪴","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"⫓⪴a = { (a*a) }","definition_type":"simple_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_eLxqMNBOBk(a):\n return op_9HNa5Wba9A(a,a)\n","op_count_func":"def op_count_eLxqMNBOBk(a):\n count = op_count_9HNa5Wba9A(a,a)\n return count\n","dependencies":["9HNa5Wba9A"]} {"id":62,"func_id":"uFcxV4UQCh","symbol":"⪛","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⪛b = { (a%b) , if (↽≂b)!=229 ; (a*b) , else }","definition_type":"branch_definition","priority":12,"associativity_direction":"left","op_compute_func":"def op_uFcxV4UQCh(a, b):\n if op_u6S6b8DprG(b) != 229:\n return op_k8jYdgA6NY(a,b)\n else:\n return op_9HNa5Wba9A(a,b)\n","op_count_func":"def op_count_uFcxV4UQCh(a, b):\n if op_u6S6b8DprG(b) != 229:\n count = op_count_k8jYdgA6NY(a,b)+op_count_u6S6b8DprG(b)\n else:\n count = op_count_9HNa5Wba9A(a,b)\n return count\n","dependencies":["9HNa5Wba9A","u6S6b8DprG","k8jYdgA6NY"]} {"id":63,"func_id":"IWmyXbctLI","symbol":"⪮%⊝","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⪮%⊝b = { ((b%b)⩷∴(⨞⊢a)) }","definition_type":"simple_definition","priority":13,"associativity_direction":"right","op_compute_func":"def op_IWmyXbctLI(a, b):\n return op_9FxExcQeMw(op_k8jYdgA6NY(b,b),op_xUOZtlo3hN(a))\n","op_count_func":"def op_count_IWmyXbctLI(a, b):\n count = op_count_k8jYdgA6NY(b,b)+op_count_xUOZtlo3hN(a)+op_count_9FxExcQeMw(op_k8jYdgA6NY(b,b),op_xUOZtlo3hN(a))\n return count\n","dependencies":["9FxExcQeMw","xUOZtlo3hN","k8jYdgA6NY"]} {"id":64,"func_id":"xNBdhnnwKq","symbol":"⊭∹↮","n_ary":1,"unary_position":"postfix","n_order":2,"is_base":null,"definition":"a⊭∹↮ = { a , if (a⊭↱319)>=17 ; ((⪲⇎a)⋝⋈⪟(a%a)) , else }","definition_type":"branch_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_xNBdhnnwKq(a):\n if op_COABgblf1C(a,319) >= 17:\n return a\n else:\n return op_2DDjHMKMc0(op_XPYlsWDdGa(a),op_k8jYdgA6NY(a,a))\n","op_count_func":"def op_count_xNBdhnnwKq(a):\n if op_COABgblf1C(a,319) >= 17:\n count = 1\n else:\n count = op_count_XPYlsWDdGa(a)+op_count_k8jYdgA6NY(a,a)+op_count_2DDjHMKMc0(op_XPYlsWDdGa(a),op_k8jYdgA6NY(a,a))\n return count\n","dependencies":["2DDjHMKMc0","k8jYdgA6NY","XPYlsWDdGa","COABgblf1C"]} {"id":65,"func_id":"mqXw5SEYmG","symbol":"⫸⊐","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⫸⊐b = { ((b⋥≓≎16)⊭↱(b⋝⋈⪟43)) , if (a⫡⨏274)>318 and (⨑⩽⪐a)<45 ; ((⪲⇎a)%(≤/a)) , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_mqXw5SEYmG(a, b):\n if op_QMFrweE19q(a,274) > 318 and op_AF7qkfDlqP(a) < 45:\n return op_COABgblf1C(op_Qy55tPpLXF(b,16),op_2DDjHMKMc0(b,43))\n else:\n return op_k8jYdgA6NY(op_XPYlsWDdGa(a),op_eLAdDNolq6(a))\n","op_count_func":"def op_count_mqXw5SEYmG(a, b):\n if op_QMFrweE19q(a,274) > 318 and op_AF7qkfDlqP(a) < 45:\n count = op_count_Qy55tPpLXF(b,16)+op_count_2DDjHMKMc0(b,43)+op_count_COABgblf1C(op_Qy55tPpLXF(b,16),op_2DDjHMKMc0(b,43))+op_count_QMFrweE19q(a,274)+op_count_AF7qkfDlqP(a)\n else:\n count = op_count_XPYlsWDdGa(a)+op_count_eLAdDNolq6(a)+op_count_k8jYdgA6NY(op_XPYlsWDdGa(a),op_eLAdDNolq6(a))\n return count\n","dependencies":["QMFrweE19q","2DDjHMKMc0","eLAdDNolq6","Qy55tPpLXF","k8jYdgA6NY","AF7qkfDlqP","XPYlsWDdGa","COABgblf1C"]} {"id":66,"func_id":"zVYPLywUTj","symbol":"⊪","n_ary":1,"unary_position":"postfix","n_order":2,"is_base":null,"definition":"a⊪ = { (((a*a)+(18⨵⪆91))⪨≂((62⋥≓≎a)*(a⪒a))) , if (≉a)<304 or (a⫩⊇)==292 ; ((⊄⩳↩(a⪠⩆⊳))*((a/a)≧⫂∧(21*a))) , else }","definition_type":"branch_definition","priority":10,"associativity_direction":"left","op_compute_func":"def op_zVYPLywUTj(a):\n if op_e1ybzncUwg(a) < 304 or op_BjRHVeLaeN(a) == 292:\n return op_sdazOOVcIp(op_W4YGzv6Whe(op_9HNa5Wba9A(a,a),op_2DQ55sFlQl(18,91)),op_9HNa5Wba9A(op_Qy55tPpLXF(62,a),op_f6k1SAg4EE(a,a)))\n else:\n return op_9HNa5Wba9A(op_8w2t5hMYqp(op_JLbD19bQDL(a)),op_Ph9nP6C5qx(op_XhwjNDsVaA(a,a),op_9HNa5Wba9A(21,a)))\n","op_count_func":"def op_count_zVYPLywUTj(a):\n if op_e1ybzncUwg(a) < 304 or op_BjRHVeLaeN(a) == 292:\n count = op_count_9HNa5Wba9A(a,a)+op_count_2DQ55sFlQl(18,91)+op_count_W4YGzv6Whe(op_9HNa5Wba9A(a,a),op_2DQ55sFlQl(18,91))+op_count_Qy55tPpLXF(62,a)+op_count_f6k1SAg4EE(a,a)+op_count_9HNa5Wba9A(op_Qy55tPpLXF(62,a),op_f6k1SAg4EE(a,a))+op_count_sdazOOVcIp(op_W4YGzv6Whe(op_9HNa5Wba9A(a,a),op_2DQ55sFlQl(18,91)),op_9HNa5Wba9A(op_Qy55tPpLXF(62,a),op_f6k1SAg4EE(a,a)))+op_count_e1ybzncUwg(a)+op_count_BjRHVeLaeN(a)\n else:\n count = op_count_JLbD19bQDL(a)+op_count_8w2t5hMYqp(op_JLbD19bQDL(a))+op_count_XhwjNDsVaA(a,a)+op_count_9HNa5Wba9A(21,a)+op_count_Ph9nP6C5qx(op_XhwjNDsVaA(a,a),op_9HNa5Wba9A(21,a))+op_count_9HNa5Wba9A(op_8w2t5hMYqp(op_JLbD19bQDL(a)),op_Ph9nP6C5qx(op_XhwjNDsVaA(a,a),op_9HNa5Wba9A(21,a)))\n return count\n","dependencies":["sdazOOVcIp","XhwjNDsVaA","BjRHVeLaeN","9HNa5Wba9A","Qy55tPpLXF","Ph9nP6C5qx","2DQ55sFlQl","f6k1SAg4EE","e1ybzncUwg","W4YGzv6Whe","8w2t5hMYqp","JLbD19bQDL"]} {"id":67,"func_id":"ruOEQAzv1W","symbol":"↔","n_ary":1,"unary_position":"prefix","n_order":2,"is_base":null,"definition":"↔a = { (⨑⩽⪐a) , if (a≦≮≮)<69 ; (((a⋳⪒a)⋥≓≎(a/a))⋷(⊄⩳↩(a⫌⩹⨱))) , else }","definition_type":"branch_definition","priority":14,"associativity_direction":"right","op_compute_func":"def op_ruOEQAzv1W(a):\n if op_D4vGDi5EA2(a) < 69:\n return op_AF7qkfDlqP(a)\n else:\n return op_23Mk6UjR3U(op_Qy55tPpLXF(op_12rbrZMWeM(a,a),op_XhwjNDsVaA(a,a)),op_8w2t5hMYqp(op_EBcxylXtPf(a)))\n","op_count_func":"def op_count_ruOEQAzv1W(a):\n if op_D4vGDi5EA2(a) < 69:\n count = op_count_AF7qkfDlqP(a)+op_count_D4vGDi5EA2(a)\n else:\n count = op_count_12rbrZMWeM(a,a)+op_count_XhwjNDsVaA(a,a)+op_count_Qy55tPpLXF(op_12rbrZMWeM(a,a),op_XhwjNDsVaA(a,a))+op_count_EBcxylXtPf(a)+op_count_8w2t5hMYqp(op_EBcxylXtPf(a))+op_count_23Mk6UjR3U(op_Qy55tPpLXF(op_12rbrZMWeM(a,a),op_XhwjNDsVaA(a,a)),op_8w2t5hMYqp(op_EBcxylXtPf(a)))\n return count\n","dependencies":["XhwjNDsVaA","Qy55tPpLXF","12rbrZMWeM","AF7qkfDlqP","D4vGDi5EA2","EBcxylXtPf","23Mk6UjR3U","8w2t5hMYqp"]} {"id":68,"func_id":"l07mrZUIn9","symbol":"↪⪝","n_ary":1,"unary_position":"postfix","n_order":2,"is_base":null,"definition":"a↪⪝ = { ((103⋝⋈⪟a)*(594*a)) }","definition_type":"simple_definition","priority":1,"associativity_direction":"left","op_compute_func":"def op_l07mrZUIn9(a):\n return op_9HNa5Wba9A(op_2DDjHMKMc0(103,a),op_9HNa5Wba9A(594,a))\n","op_count_func":"def op_count_l07mrZUIn9(a):\n count = op_count_2DDjHMKMc0(103,a)+op_count_9HNa5Wba9A(594,a)+op_count_9HNa5Wba9A(op_2DDjHMKMc0(103,a),op_9HNa5Wba9A(594,a))\n return count\n","dependencies":["9HNa5Wba9A","2DDjHMKMc0"]} {"id":69,"func_id":"rJVOvQCfKK","symbol":"⨎","n_ary":2,"unary_position":null,"n_order":2,"is_base":null,"definition":"a⨎b = { (-(b/b)) , if (-a)!=278 and a>350 and (b⋥≓≎155)==21 ; b , else }","definition_type":"branch_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_rJVOvQCfKK(a, b):\n if op_t8gj7n24qd(a) != 278 and a > 350 and op_Qy55tPpLXF(b,155) == 21:\n return op_t8gj7n24qd(op_XhwjNDsVaA(b,b))\n else:\n return b\n","op_count_func":"def op_count_rJVOvQCfKK(a, b):\n if op_t8gj7n24qd(a) != 278 and a > 350 and op_Qy55tPpLXF(b,155) == 21:\n count = op_count_XhwjNDsVaA(b,b)+op_count_t8gj7n24qd(op_XhwjNDsVaA(b,b))+op_count_t8gj7n24qd(a)+op_count_Qy55tPpLXF(b,155)\n else:\n count = 1\n return count\n","dependencies":["Qy55tPpLXF","t8gj7n24qd","XhwjNDsVaA"]} {"id":70,"func_id":"LRNGc0VcxI","symbol":"∀⇚≩","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a∀⇚≩b = {b, if a == 0; ((a-1)∀⇚≩b)≫≃, if a > 0 and abs(a) < 1000000; -((a+1)∀⇚≩b)≫≃, if a < 0 and abs(a) < 1000000; NaN, else}","definition_type":"recursive_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_LRNGc0VcxI(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return float('nan')\n result = b\n for _ in range(abs(a)):\n temp_result = op_X99M06cbEe(result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return result\n","op_count_func":"def op_count_LRNGc0VcxI(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return 1\n result = b\n count = 0 \n for _ in range(abs(a)):\n temp_result = op_X99M06cbEe(result)\n count += op_count_X99M06cbEe(result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["X99M06cbEe"]} {"id":71,"func_id":"tmPS8pqC7x","symbol":"⨪↰⇹","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a⨪↰⇹b = {a, if a == 0; (b)⨎((a-1)⨪↰⇹b), if a > 0 and abs(a) < 1000000; -(b)⨎((a+1)⨪↰⇹b), if a < 0 and abs(a) < 1000000; NaN, else}","definition_type":"recursive_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_tmPS8pqC7x(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return float('nan')\n result = a\n for _ in range(abs(a)):\n temp_result = op_rJVOvQCfKK(b, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return result\n","op_count_func":"def op_count_tmPS8pqC7x(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 1000000):\n return 1\n result = a\n count = 0 \n for _ in range(abs(a)):\n temp_result = op_rJVOvQCfKK(b, result)\n count += op_count_rJVOvQCfKK(b, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["rJVOvQCfKK"]} {"id":72,"func_id":"dWAJyo7jo9","symbol":"⪢","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a⪢b = {b, if b == 0; (a)%(a⪢(b-1)), if b > 0 and abs(b) < 1000000; -(a)%(a⪢(b+1)), if b < 0 and abs(b) < 1000000; NaN, else}","definition_type":"recursive_definition","priority":13,"associativity_direction":"right","op_compute_func":"def op_dWAJyo7jo9(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000000):\n return float('nan')\n result = b\n for _ in range(abs(b)):\n temp_result = op_k8jYdgA6NY(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n","op_count_func":"def op_count_dWAJyo7jo9(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000000):\n return 1\n result = b\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_k8jYdgA6NY(a, result)\n count += op_count_k8jYdgA6NY(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["k8jYdgA6NY"]} {"id":73,"func_id":"o20kRiQErp","symbol":"∸","n_ary":1,"unary_position":"postfix","n_order":3,"is_base":null,"definition":"a∸ = { (177⨪↰⇹a) }","definition_type":"simple_definition","priority":10,"associativity_direction":"left","op_compute_func":"def op_o20kRiQErp(a):\n return op_tmPS8pqC7x(177,a)\n","op_count_func":"def op_count_o20kRiQErp(a):\n count = op_count_tmPS8pqC7x(177,a)\n return count\n","dependencies":["tmPS8pqC7x"]} {"id":74,"func_id":"3ViojmjbAp","symbol":"⨓","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a⨓b = { ((b⨪↰⇹a)⇼⇔∾(b⩨b)) }","definition_type":"simple_definition","priority":10,"associativity_direction":"left","op_compute_func":"def op_3ViojmjbAp(a, b):\n return op_tifHPKVTfV(op_tmPS8pqC7x(b,a),op_2DlMacCsIx(b,b))\n","op_count_func":"def op_count_3ViojmjbAp(a, b):\n count = op_count_tmPS8pqC7x(b,a)+op_count_2DlMacCsIx(b,b)+op_count_tifHPKVTfV(op_tmPS8pqC7x(b,a),op_2DlMacCsIx(b,b))\n return count\n","dependencies":["tifHPKVTfV","tmPS8pqC7x","2DlMacCsIx"]} {"id":75,"func_id":"mp7IySMOzn","symbol":"⇷","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a⇷b = { (b⊉≛↸((a+a)∀⇚≩(⋗⩬⋾a))) }","definition_type":"simple_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_mp7IySMOzn(a, b):\n return op_DZ8iAZOCBD(b,op_LRNGc0VcxI(op_W4YGzv6Whe(a,a),op_DpFCA1CohY(a)))\n","op_count_func":"def op_count_mp7IySMOzn(a, b):\n count = op_count_W4YGzv6Whe(a,a)+op_count_DpFCA1CohY(a)+op_count_LRNGc0VcxI(op_W4YGzv6Whe(a,a),op_DpFCA1CohY(a))+op_count_DZ8iAZOCBD(b,op_LRNGc0VcxI(op_W4YGzv6Whe(a,a),op_DpFCA1CohY(a)))\n return count\n","dependencies":["DZ8iAZOCBD","LRNGc0VcxI","DpFCA1CohY","W4YGzv6Whe"]} {"id":76,"func_id":"Tcnh7f0tEr","symbol":"≣⋋","n_ary":1,"unary_position":"postfix","n_order":3,"is_base":null,"definition":"a≣⋋ = { ((a/a)⋥≓≎(a⨪↰⇹248)) , if (a⪢148)<38 ; ((511*a)⊠≄⫣) , else }","definition_type":"branch_definition","priority":5,"associativity_direction":"left","op_compute_func":"def op_Tcnh7f0tEr(a):\n if op_dWAJyo7jo9(a,148) < 38:\n return op_Qy55tPpLXF(op_XhwjNDsVaA(a,a),op_tmPS8pqC7x(a,248))\n else:\n return op_DIvbN7qnHd(op_9HNa5Wba9A(511,a))\n","op_count_func":"def op_count_Tcnh7f0tEr(a):\n if op_dWAJyo7jo9(a,148) < 38:\n count = op_count_XhwjNDsVaA(a,a)+op_count_tmPS8pqC7x(a,248)+op_count_Qy55tPpLXF(op_XhwjNDsVaA(a,a),op_tmPS8pqC7x(a,248))+op_count_dWAJyo7jo9(a,148)\n else:\n count = op_count_9HNa5Wba9A(511,a)+op_count_DIvbN7qnHd(op_9HNa5Wba9A(511,a))\n return count\n","dependencies":["dWAJyo7jo9","XhwjNDsVaA","DIvbN7qnHd","Qy55tPpLXF","tmPS8pqC7x","9HNa5Wba9A"]} {"id":77,"func_id":"T2fj7uvVaJ","symbol":"⋓","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a⋓b = { (((60⪒b)⊭∹↮)%((a⪘⫢68)⪘⫢(⨵≀≌a))) , if (b>=803 and b<=372 and b<242) ; (16⪢((b⊠≄⫣)⋷(a⫌⩹⨱))) , else }","definition_type":"branch_definition","priority":9,"associativity_direction":"left","op_compute_func":"def op_T2fj7uvVaJ(a, b):\n if (b >= 803 and b <= 372 and b < 242):\n return op_k8jYdgA6NY(op_xNBdhnnwKq(op_f6k1SAg4EE(60,b)),op_oacrs7FA3X(op_oacrs7FA3X(a,68),op_srAu1WTS94(a)))\n else:\n return op_dWAJyo7jo9(16,op_23Mk6UjR3U(op_DIvbN7qnHd(b),op_EBcxylXtPf(a)))\n","op_count_func":"def op_count_T2fj7uvVaJ(a, b):\n if (b >= 803 and b <= 372 and b < 242):\n count = op_count_f6k1SAg4EE(60,b)+op_count_xNBdhnnwKq(op_f6k1SAg4EE(60,b))+op_count_oacrs7FA3X(a,68)+op_count_srAu1WTS94(a)+op_count_oacrs7FA3X(op_oacrs7FA3X(a,68),op_srAu1WTS94(a))+op_count_k8jYdgA6NY(op_xNBdhnnwKq(op_f6k1SAg4EE(60,b)),op_oacrs7FA3X(op_oacrs7FA3X(a,68),op_srAu1WTS94(a)))\n else:\n count = op_count_DIvbN7qnHd(b)+op_count_EBcxylXtPf(a)+op_count_23Mk6UjR3U(op_DIvbN7qnHd(b),op_EBcxylXtPf(a))+op_count_dWAJyo7jo9(16,op_23Mk6UjR3U(op_DIvbN7qnHd(b),op_EBcxylXtPf(a)))\n return count\n","dependencies":["dWAJyo7jo9","xNBdhnnwKq","DIvbN7qnHd","k8jYdgA6NY","f6k1SAg4EE","23Mk6UjR3U","EBcxylXtPf","oacrs7FA3X","srAu1WTS94"]} {"id":78,"func_id":"DhbWaqg5eL","symbol":"+⊝⨔","n_ary":1,"unary_position":"prefix","n_order":3,"is_base":null,"definition":"+⊝⨔a = { ((⪲⇎(⨑⩽⪐14))⨁⊸⫻) , if (a⫸⊐100)!=276 or (a⩷∴98)>390 ; (((a⪐)⪢(a⫸⊐221))+((a⩨a)⪘⫢(-370))) , else }","definition_type":"branch_definition","priority":14,"associativity_direction":"right","op_compute_func":"def op_DhbWaqg5eL(a):\n if op_mqXw5SEYmG(a,100) != 276 or op_9FxExcQeMw(a,98) > 390:\n return op_glklzrTFfD(op_XPYlsWDdGa(op_AF7qkfDlqP(14)))\n else:\n return op_W4YGzv6Whe(op_dWAJyo7jo9(op_eH2TOUuTDT(a),op_mqXw5SEYmG(a,221)),op_oacrs7FA3X(op_2DlMacCsIx(a,a),op_t8gj7n24qd(370)))\n","op_count_func":"def op_count_DhbWaqg5eL(a):\n if op_mqXw5SEYmG(a,100) != 276 or op_9FxExcQeMw(a,98) > 390:\n count = op_count_AF7qkfDlqP(14)+op_count_XPYlsWDdGa(op_AF7qkfDlqP(14))+op_count_glklzrTFfD(op_XPYlsWDdGa(op_AF7qkfDlqP(14)))+op_count_mqXw5SEYmG(a,100)+op_count_9FxExcQeMw(a,98)\n else:\n count = op_count_eH2TOUuTDT(a)+op_count_mqXw5SEYmG(a,221)+op_count_dWAJyo7jo9(op_eH2TOUuTDT(a),op_mqXw5SEYmG(a,221))+op_count_2DlMacCsIx(a,a)+op_count_t8gj7n24qd(370)+op_count_oacrs7FA3X(op_2DlMacCsIx(a,a),op_t8gj7n24qd(370))+op_count_W4YGzv6Whe(op_dWAJyo7jo9(op_eH2TOUuTDT(a),op_mqXw5SEYmG(a,221)),op_oacrs7FA3X(op_2DlMacCsIx(a,a),op_t8gj7n24qd(370)))\n return count\n","dependencies":["dWAJyo7jo9","t8gj7n24qd","oacrs7FA3X","glklzrTFfD","eH2TOUuTDT","AF7qkfDlqP","2DlMacCsIx","mqXw5SEYmG","9FxExcQeMw","XPYlsWDdGa","W4YGzv6Whe"]} {"id":79,"func_id":"FU0Cs4j7VP","symbol":"↛⩡⫤","n_ary":1,"unary_position":"postfix","n_order":3,"is_base":null,"definition":"a↛⩡⫤ = { (((a⨪↰⇹a)⨪↰⇹(a⨰a))%((a⨪↰⇹a)⪄(a⨎a))) , if (↯⪼a)!=406 ; ((∥⊫(a⪘⫢44))⩨a) , else }","definition_type":"branch_definition","priority":3,"associativity_direction":"left","op_compute_func":"def op_FU0Cs4j7VP(a):\n if op_8jW3W4yZS5(a) != 406:\n return op_k8jYdgA6NY(op_tmPS8pqC7x(op_tmPS8pqC7x(a,a),op_eewbuw0ToL(a,a)),op_SUmda5xLS4(op_tmPS8pqC7x(a,a),op_rJVOvQCfKK(a,a)))\n else:\n return op_2DlMacCsIx(op_P8v4zCKN1o(op_oacrs7FA3X(a,44)),a)\n","op_count_func":"def op_count_FU0Cs4j7VP(a):\n if op_8jW3W4yZS5(a) != 406:\n count = op_count_tmPS8pqC7x(a,a)+op_count_eewbuw0ToL(a,a)+op_count_tmPS8pqC7x(op_tmPS8pqC7x(a,a),op_eewbuw0ToL(a,a))+op_count_tmPS8pqC7x(a,a)+op_count_rJVOvQCfKK(a,a)+op_count_SUmda5xLS4(op_tmPS8pqC7x(a,a),op_rJVOvQCfKK(a,a))+op_count_k8jYdgA6NY(op_tmPS8pqC7x(op_tmPS8pqC7x(a,a),op_eewbuw0ToL(a,a)),op_SUmda5xLS4(op_tmPS8pqC7x(a,a),op_rJVOvQCfKK(a,a)))+op_count_8jW3W4yZS5(a)\n else:\n count = op_count_oacrs7FA3X(a,44)+op_count_P8v4zCKN1o(op_oacrs7FA3X(a,44))+op_count_2DlMacCsIx(op_P8v4zCKN1o(op_oacrs7FA3X(a,44)),a)\n return count\n","dependencies":["8jW3W4yZS5","SUmda5xLS4","rJVOvQCfKK","k8jYdgA6NY","P8v4zCKN1o","tmPS8pqC7x","2DlMacCsIx","eewbuw0ToL","oacrs7FA3X"]} {"id":80,"func_id":"JL8yIekQnl","symbol":"⋫","n_ary":1,"unary_position":"postfix","n_order":3,"is_base":null,"definition":"a⋫ = { (a⨪↰⇹a) }","definition_type":"simple_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_JL8yIekQnl(a):\n return op_tmPS8pqC7x(a,a)\n","op_count_func":"def op_count_JL8yIekQnl(a):\n count = op_count_tmPS8pqC7x(a,a)\n return count\n","dependencies":["tmPS8pqC7x"]} {"id":81,"func_id":"yyfyN0ffXY","symbol":"↙","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a↙b = { (⋗⩬⋾(b⨪↰⇹a)) , if a>=87 ; a , else }","definition_type":"branch_definition","priority":5,"associativity_direction":"left","op_compute_func":"def op_yyfyN0ffXY(a, b):\n if a >= 87:\n return op_DpFCA1CohY(op_tmPS8pqC7x(b,a))\n else:\n return a\n","op_count_func":"def op_count_yyfyN0ffXY(a, b):\n if a >= 87:\n count = op_count_tmPS8pqC7x(b,a)+op_count_DpFCA1CohY(op_tmPS8pqC7x(b,a))\n else:\n count = 1\n return count\n","dependencies":["tmPS8pqC7x","DpFCA1CohY"]} {"id":82,"func_id":"Nsiff2A1zJ","symbol":"⊴","n_ary":2,"unary_position":null,"n_order":3,"is_base":null,"definition":"a⊴b = { ((a⪢b)⊦⊿) }","definition_type":"simple_definition","priority":14,"associativity_direction":"right","op_compute_func":"def op_Nsiff2A1zJ(a, b):\n return op_14qkJME0vr(op_dWAJyo7jo9(a,b))\n","op_count_func":"def op_count_Nsiff2A1zJ(a, b):\n count = op_count_dWAJyo7jo9(a,b)+op_count_14qkJME0vr(op_dWAJyo7jo9(a,b))\n return count\n","dependencies":["dWAJyo7jo9","14qkJME0vr"]} {"id":83,"func_id":"Tw270M8GLb","symbol":"⨰⫟⨤","n_ary":1,"unary_position":"prefix","n_order":3,"is_base":null,"definition":"⨰⫟⨤a = { (((13⪢a)⨳⩥⨓(a⪢a))⪨≂((a⩷∴417)⨽(758⪒a))) }","definition_type":"simple_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_Tw270M8GLb(a):\n return op_sdazOOVcIp(op_nCS4ZIUYfx(op_dWAJyo7jo9(13,a),op_dWAJyo7jo9(a,a)),op_8HhzD0ZcuI(op_9FxExcQeMw(a,417),op_f6k1SAg4EE(758,a)))\n","op_count_func":"def op_count_Tw270M8GLb(a):\n count = op_count_dWAJyo7jo9(13,a)+op_count_dWAJyo7jo9(a,a)+op_count_nCS4ZIUYfx(op_dWAJyo7jo9(13,a),op_dWAJyo7jo9(a,a))+op_count_9FxExcQeMw(a,417)+op_count_f6k1SAg4EE(758,a)+op_count_8HhzD0ZcuI(op_9FxExcQeMw(a,417),op_f6k1SAg4EE(758,a))+op_count_sdazOOVcIp(op_nCS4ZIUYfx(op_dWAJyo7jo9(13,a),op_dWAJyo7jo9(a,a)),op_8HhzD0ZcuI(op_9FxExcQeMw(a,417),op_f6k1SAg4EE(758,a)))\n return count\n","dependencies":["sdazOOVcIp","dWAJyo7jo9","nCS4ZIUYfx","8HhzD0ZcuI","f6k1SAg4EE","9FxExcQeMw"]} {"id":84,"func_id":"oWn0xqSxBt","symbol":"⊙↵-","n_ary":1,"unary_position":"prefix","n_order":3,"is_base":null,"definition":"⊙↵-a = { (((a⋳⪒a)⨵⪆(a⪢a))⪘⫢((a⫸⊐a)↺(↽≂a))) }","definition_type":"simple_definition","priority":13,"associativity_direction":"right","op_compute_func":"def op_oWn0xqSxBt(a):\n return op_oacrs7FA3X(op_2DQ55sFlQl(op_12rbrZMWeM(a,a),op_dWAJyo7jo9(a,a)),op_7j4O788W3g(op_mqXw5SEYmG(a,a),op_u6S6b8DprG(a)))\n","op_count_func":"def op_count_oWn0xqSxBt(a):\n count = op_count_12rbrZMWeM(a,a)+op_count_dWAJyo7jo9(a,a)+op_count_2DQ55sFlQl(op_12rbrZMWeM(a,a),op_dWAJyo7jo9(a,a))+op_count_mqXw5SEYmG(a,a)+op_count_u6S6b8DprG(a)+op_count_7j4O788W3g(op_mqXw5SEYmG(a,a),op_u6S6b8DprG(a))+op_count_oacrs7FA3X(op_2DQ55sFlQl(op_12rbrZMWeM(a,a),op_dWAJyo7jo9(a,a)),op_7j4O788W3g(op_mqXw5SEYmG(a,a),op_u6S6b8DprG(a)))\n return count\n","dependencies":["dWAJyo7jo9","7j4O788W3g","12rbrZMWeM","2DQ55sFlQl","u6S6b8DprG","mqXw5SEYmG","oacrs7FA3X"]} {"id":85,"func_id":"AHs5Up7iyr","symbol":"≹⇙⪍","n_ary":2,"unary_position":null,"n_order":4,"is_base":null,"definition":"a≹⇙⪍b = {a, if b == 0; (a≹⇙⪍(b-1))⪢(b), if b > 0 and abs(b) < 1000; -(a≹⇙⪍(b+1))⪢(b), if b < 0 and abs(b) < 1000; NaN, else}","definition_type":"recursive_definition","priority":15,"associativity_direction":"left","op_compute_func":"def op_AHs5Up7iyr(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return float('nan')\n result = a\n for _ in range(abs(b)):\n temp_result = op_dWAJyo7jo9(result, b)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n","op_count_func":"def op_count_AHs5Up7iyr(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return 1\n result = a\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_dWAJyo7jo9(result, b)\n count += op_count_dWAJyo7jo9(result, b)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["dWAJyo7jo9"]} {"id":86,"func_id":"rGHVDoGpnC","symbol":"⨟⋌⩍","n_ary":2,"unary_position":null,"n_order":4,"is_base":null,"definition":"a⨟⋌⩍b = {a, if b == 0; (a⨟⋌⩍(b-1))≣⋋, if b > 0 and abs(b) < 1000; -(a⨟⋌⩍(b+1))≣⋋, if b < 0 and abs(b) < 1000; NaN, else}","definition_type":"recursive_definition","priority":13,"associativity_direction":"right","op_compute_func":"def op_rGHVDoGpnC(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return float('nan')\n result = a\n for _ in range(abs(b)):\n temp_result = op_Tcnh7f0tEr(result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n","op_count_func":"def op_count_rGHVDoGpnC(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return 1\n result = a\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_Tcnh7f0tEr(result)\n count += op_count_Tcnh7f0tEr(result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["Tcnh7f0tEr"]} {"id":87,"func_id":"fu6greOZ01","symbol":"⨐⩸⫘","n_ary":2,"unary_position":null,"n_order":4,"is_base":null,"definition":"a⨐⩸⫘b = {a, if b == 0; (a⨐⩸⫘(b-1))⨓(b), if b > 0 and abs(b) < 1000; -(a⨐⩸⫘(b+1))⨓(b), if b < 0 and abs(b) < 1000; NaN, else}","definition_type":"recursive_definition","priority":6,"associativity_direction":"right","op_compute_func":"def op_fu6greOZ01(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return float('nan')\n result = a\n for _ in range(abs(b)):\n temp_result = op_3ViojmjbAp(result, b)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n","op_count_func":"def op_count_fu6greOZ01(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 1000):\n return 1\n result = a\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_3ViojmjbAp(result, b)\n count += op_count_3ViojmjbAp(result, b)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["3ViojmjbAp"]} {"id":88,"func_id":"Q3PJZHRvZv","symbol":"⊥","n_ary":1,"unary_position":"prefix","n_order":4,"is_base":null,"definition":"⊥a = { (a⨐⩸⫘a) }","definition_type":"simple_definition","priority":13,"associativity_direction":"right","op_compute_func":"def op_Q3PJZHRvZv(a):\n return op_fu6greOZ01(a,a)\n","op_count_func":"def op_count_Q3PJZHRvZv(a):\n count = op_count_fu6greOZ01(a,a)\n return count\n","dependencies":["fu6greOZ01"]} {"id":89,"func_id":"DlLNRPXxWL","symbol":"⫛⫱⨽","n_ary":1,"unary_position":"prefix","n_order":4,"is_base":null,"definition":"⫛⫱⨽a = { (a⨟⋌⩍228) }","definition_type":"simple_definition","priority":16,"associativity_direction":"right","op_compute_func":"def op_DlLNRPXxWL(a):\n return op_rGHVDoGpnC(a,228)\n","op_count_func":"def op_count_DlLNRPXxWL(a):\n count = op_count_rGHVDoGpnC(a,228)\n return count\n","dependencies":["rGHVDoGpnC"]} {"id":90,"func_id":"U7g4x0WXJJ","symbol":"∑⇟⊟","n_ary":2,"unary_position":null,"n_order":4,"is_base":null,"definition":"a∑⇟⊟b = { (⨵≀≌b) , if (a⋳⪒898)==671 ; (a≹⇙⪍b) , else }","definition_type":"branch_definition","priority":10,"associativity_direction":"left","op_compute_func":"def op_U7g4x0WXJJ(a, b):\n if op_12rbrZMWeM(a,898) == 671:\n return op_srAu1WTS94(b)\n else:\n return op_AHs5Up7iyr(a,b)\n","op_count_func":"def op_count_U7g4x0WXJJ(a, b):\n if op_12rbrZMWeM(a,898) == 671:\n count = op_count_srAu1WTS94(b)+op_count_12rbrZMWeM(a,898)\n else:\n count = op_count_AHs5Up7iyr(a,b)\n return count\n","dependencies":["AHs5Up7iyr","srAu1WTS94","12rbrZMWeM"]} {"id":91,"func_id":"KYD54nUTWz","symbol":"⫥∨⫟","n_ary":2,"unary_position":null,"n_order":4,"is_base":null,"definition":"a⫥∨⫟b = { (b⨟⋌⩍(144⨽a)) }","definition_type":"simple_definition","priority":7,"associativity_direction":"left","op_compute_func":"def op_KYD54nUTWz(a, b):\n return op_rGHVDoGpnC(b,op_8HhzD0ZcuI(144,a))\n","op_count_func":"def op_count_KYD54nUTWz(a, b):\n count = op_count_8HhzD0ZcuI(144,a)+op_count_rGHVDoGpnC(b,op_8HhzD0ZcuI(144,a))\n return count\n","dependencies":["8HhzD0ZcuI","rGHVDoGpnC"]} {"id":92,"func_id":"DyGG3AbaNP","symbol":"∼","n_ary":2,"unary_position":null,"n_order":4,"is_base":null,"definition":"a∼b = { ((a≹⇙⪍b)⋷(a⨪↰⇹a)) , if (a∸)<63 ; ((20⨟⋌⩍b)⨪↰⇹(↥a)) , else }","definition_type":"branch_definition","priority":12,"associativity_direction":"left","op_compute_func":"def op_DyGG3AbaNP(a, b):\n if op_o20kRiQErp(a) < 63:\n return op_23Mk6UjR3U(op_AHs5Up7iyr(a,b),op_tmPS8pqC7x(a,a))\n else:\n return op_tmPS8pqC7x(op_rGHVDoGpnC(20,b),op_A8NUZmVepG(a))\n","op_count_func":"def op_count_DyGG3AbaNP(a, b):\n if op_o20kRiQErp(a) < 63:\n count = op_count_AHs5Up7iyr(a,b)+op_count_tmPS8pqC7x(a,a)+op_count_23Mk6UjR3U(op_AHs5Up7iyr(a,b),op_tmPS8pqC7x(a,a))+op_count_o20kRiQErp(a)\n else:\n count = op_count_rGHVDoGpnC(20,b)+op_count_A8NUZmVepG(a)+op_count_tmPS8pqC7x(op_rGHVDoGpnC(20,b),op_A8NUZmVepG(a))\n return count\n","dependencies":["rGHVDoGpnC","A8NUZmVepG","tmPS8pqC7x","o20kRiQErp","23Mk6UjR3U","AHs5Up7iyr"]} {"id":93,"func_id":"Asc51vEJeQ","symbol":"↣≠⋷","n_ary":1,"unary_position":"prefix","n_order":4,"is_base":null,"definition":"↣≠⋷a = { ((a/a)≹⇙⪍(a≹⇙⪍a)) }","definition_type":"simple_definition","priority":14,"associativity_direction":"right","op_compute_func":"def op_Asc51vEJeQ(a):\n return op_AHs5Up7iyr(op_XhwjNDsVaA(a,a),op_AHs5Up7iyr(a,a))\n","op_count_func":"def op_count_Asc51vEJeQ(a):\n count = op_count_XhwjNDsVaA(a,a)+op_count_AHs5Up7iyr(a,a)+op_count_AHs5Up7iyr(op_XhwjNDsVaA(a,a),op_AHs5Up7iyr(a,a))\n return count\n","dependencies":["XhwjNDsVaA","AHs5Up7iyr"]} {"id":94,"func_id":"B5M0gjZbta","symbol":"↬","n_ary":2,"unary_position":null,"n_order":5,"is_base":null,"definition":"a↬b = {b, if a == 0; ((a-1)↬b)⨟⋌⩍((a-1)↬b), if a > 0 and abs(a) < 100; -((a+1)↬b)⨟⋌⩍((a+1)↬b), if a < 0 and abs(a) < 100; NaN, else}","definition_type":"recursive_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_B5M0gjZbta(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 100):\n return float('nan')\n result = b\n for _ in range(abs(a)):\n temp_result = op_rGHVDoGpnC(result, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return result\n","op_count_func":"def op_count_B5M0gjZbta(a, b):\n special_values = [float('inf'), float('-inf')]\n if (a != a) or (a in special_values) or (abs(a) > 100):\n return 1\n result = b\n count = 0 \n for _ in range(abs(a)):\n temp_result = op_rGHVDoGpnC(result, result)\n count += op_count_rGHVDoGpnC(result, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if a > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["rGHVDoGpnC"]} {"id":95,"func_id":"rxpJgHHUmx","symbol":"≭","n_ary":2,"unary_position":null,"n_order":5,"is_base":null,"definition":"a≭b = {-22, if b == 0; (a)≹⇙⪍(a≭(b-1)), if b > 0 and abs(b) < 100; -(a)≹⇙⪍(a≭(b+1)), if b < 0 and abs(b) < 100; NaN, else}","definition_type":"recursive_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_rxpJgHHUmx(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return float('nan')\n result = -22\n for _ in range(abs(b)):\n temp_result = op_AHs5Up7iyr(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n","op_count_func":"def op_count_rxpJgHHUmx(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return 1\n result = -22\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_AHs5Up7iyr(a, result)\n count += op_count_AHs5Up7iyr(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["AHs5Up7iyr"]} {"id":96,"func_id":"TpPTUOHfaN","symbol":"+⇶⊼","n_ary":2,"unary_position":null,"n_order":5,"is_base":null,"definition":"a+⇶⊼b = {b, if b == 0; (a)≹⇙⪍(a+⇶⊼(b-1)), if b > 0 and abs(b) < 100; -(a)≹⇙⪍(a+⇶⊼(b+1)), if b < 0 and abs(b) < 100; NaN, else}","definition_type":"recursive_definition","priority":8,"associativity_direction":"left","op_compute_func":"def op_TpPTUOHfaN(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return float('nan')\n result = b\n for _ in range(abs(b)):\n temp_result = op_AHs5Up7iyr(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return result\n","op_count_func":"def op_count_TpPTUOHfaN(a, b):\n special_values = [float('inf'), float('-inf')]\n if (b != b) or (b in special_values) or (abs(b) > 100):\n return 1\n result = b\n count = 0 \n for _ in range(abs(b)):\n temp_result = op_AHs5Up7iyr(a, result)\n count += op_count_AHs5Up7iyr(a, result)\n if abs(temp_result) > thres:\n temp_result = float(\"inf\")\n result = temp_result if b > 0 else -temp_result\n return count if count > 0 else 1\n","dependencies":["AHs5Up7iyr"]} {"id":97,"func_id":"inkyxCbjAn","symbol":"⇁⨣⪵","n_ary":1,"unary_position":"prefix","n_order":5,"is_base":null,"definition":"⇁⨣⪵a = { (a↬a) }","definition_type":"simple_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_inkyxCbjAn(a):\n return op_B5M0gjZbta(a,a)\n","op_count_func":"def op_count_inkyxCbjAn(a):\n count = op_count_B5M0gjZbta(a,a)\n return count\n","dependencies":["B5M0gjZbta"]} {"id":98,"func_id":"Uaa54Peajs","symbol":"∂","n_ary":1,"unary_position":"prefix","n_order":5,"is_base":null,"definition":"∂a = { (a⪒264) , if ((a⨓405)<13 and a<=191 and (a⨸⪁774)!=889) ; (a↬a) , else }","definition_type":"branch_definition","priority":11,"associativity_direction":"right","op_compute_func":"def op_Uaa54Peajs(a):\n if (op_3ViojmjbAp(a,405) < 13 and a <= 191 and op_g55IO6H4Gj(a,774) != 889):\n return op_f6k1SAg4EE(a,264)\n else:\n return op_B5M0gjZbta(a,a)\n","op_count_func":"def op_count_Uaa54Peajs(a):\n if (op_3ViojmjbAp(a,405) < 13 and a <= 191 and op_g55IO6H4Gj(a,774) != 889):\n count = op_count_f6k1SAg4EE(a,264)+op_count_3ViojmjbAp(a,405)+op_count_g55IO6H4Gj(a,774)\n else:\n count = op_count_B5M0gjZbta(a,a)\n return count\n","dependencies":["B5M0gjZbta","g55IO6H4Gj","f6k1SAg4EE","3ViojmjbAp"]} {"id":99,"func_id":"z63VuFQld9","symbol":"∧","n_ary":1,"unary_position":"postfix","n_order":5,"is_base":null,"definition":"a∧ = { ((a⋷a)≹⇙⪍(a↬a)) , if (-a)<=39 ; ((a%a)⋝⋈⪟(a⫸⊐a)) , else }","definition_type":"branch_definition","priority":17,"associativity_direction":"left","op_compute_func":"def op_z63VuFQld9(a):\n if op_t8gj7n24qd(a) <= 39:\n return op_AHs5Up7iyr(op_23Mk6UjR3U(a,a),op_B5M0gjZbta(a,a))\n else:\n return op_2DDjHMKMc0(op_k8jYdgA6NY(a,a),op_mqXw5SEYmG(a,a))\n","op_count_func":"def op_count_z63VuFQld9(a):\n if op_t8gj7n24qd(a) <= 39:\n count = op_count_23Mk6UjR3U(a,a)+op_count_B5M0gjZbta(a,a)+op_count_AHs5Up7iyr(op_23Mk6UjR3U(a,a),op_B5M0gjZbta(a,a))+op_count_t8gj7n24qd(a)\n else:\n count = op_count_k8jYdgA6NY(a,a)+op_count_mqXw5SEYmG(a,a)+op_count_2DDjHMKMc0(op_k8jYdgA6NY(a,a),op_mqXw5SEYmG(a,a))\n return count\n","dependencies":["B5M0gjZbta","t8gj7n24qd","2DDjHMKMc0","k8jYdgA6NY","mqXw5SEYmG","23Mk6UjR3U","AHs5Up7iyr"]} {"id":100,"func_id":"megm06wKyl","symbol":"⨈⫕","n_ary":1,"unary_position":"prefix","n_order":5,"is_base":null,"definition":"⨈⫕a = { (((a+a)⊦⊿)+⇶⊼123) , if (a⩤)!=46 and a==442 and (+⊝⨔a)!=531 ; (↯⪼(⊥(8⨁⊸⫻))) , else }","definition_type":"branch_definition","priority":4,"associativity_direction":"right","op_compute_func":"def op_megm06wKyl(a):\n if op_Z2TMIBDE3Q(a) != 46 and a == 442 and op_DhbWaqg5eL(a) != 531:\n return op_TpPTUOHfaN(op_14qkJME0vr(op_W4YGzv6Whe(a,a)),123)\n else:\n return op_8jW3W4yZS5(op_Q3PJZHRvZv(op_glklzrTFfD(8)))\n","op_count_func":"def op_count_megm06wKyl(a):\n if op_Z2TMIBDE3Q(a) != 46 and a == 442 and op_DhbWaqg5eL(a) != 531:\n count = op_count_W4YGzv6Whe(a,a)+op_count_14qkJME0vr(op_W4YGzv6Whe(a,a))+op_count_TpPTUOHfaN(op_14qkJME0vr(op_W4YGzv6Whe(a,a)),123)+op_count_Z2TMIBDE3Q(a)+op_count_DhbWaqg5eL(a)\n else:\n count = op_count_glklzrTFfD(8)+op_count_Q3PJZHRvZv(op_glklzrTFfD(8))+op_count_8jW3W4yZS5(op_Q3PJZHRvZv(op_glklzrTFfD(8)))\n return count\n","dependencies":["8jW3W4yZS5","TpPTUOHfaN","glklzrTFfD","Q3PJZHRvZv","14qkJME0vr","DhbWaqg5eL","W4YGzv6Whe","Z2TMIBDE3Q"]} {"id":null,"func_id":"4ODlR07dGR","symbol":"≮⫘↔","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":2,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"OBoeoEwOM3","symbol":"⫏≰","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":3,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"RvI9EZk3Pm","symbol":"⪩⨒∯","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":4,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"Yl4JT0T9eW","symbol":"⇑⪆","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":5,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"MXf1OUP5ii","symbol":"↹⩛","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":6,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"dXloO0Kira","symbol":"≴∭⊉","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":7,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"4gIeDH8XbW","symbol":"⪪⊹⋣","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":8,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"ZJwk9SKawi","symbol":"⋋%⋟","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":9,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"QLSuuZT3eZ","symbol":"⊺⇮","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":10,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"ilQi3mCzPa","symbol":"⋰*⋻","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":11,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"bOONrRIZM9","symbol":"⫖↰⪸","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":12,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"KHmYSDo95h","symbol":"⪎⋱⫍","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":13,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"K3QD8kBpfL","symbol":"⨗⨭⨅","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":14,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"LxqDKtmm8G","symbol":"⫶⩼⫲","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":15,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null} {"id":null,"func_id":"gNCSSZt20n","symbol":"∃⊬","n_ary":1,"unary_position":"prefix","n_order":null,"is_base":16,"definition":null,"definition_type":null,"priority":null,"associativity_direction":null,"op_compute_func":null,"op_count_func":null,"dependencies":null}