일상의 돈쇼핑
계산서 나누기
계산서를 여러 사람에게 균등하게 나누고, 선택적으로 팁을 더해, 깔끔하게 반올림한 금액과 나머지를 누가 부담하는지 보여줍니다.
숫자
- Per person
- 46.60
- Grand total
- 186.40
실무자의 해석
알아둘 점
Even splits are the social default because they end the conversation. Itemizing is worth the friction only when shares diverge a lot — a common threshold is someone’s actual share differing by more than ~20% from the even split.
산출 방법
1인당 = 총액 × (1 + 팁%) ÷ 인원, 계산서가 언제나 충당되도록 센트 단위로 올림.
반올림에서 생기는 초과분은 조용히 사라지는 대신 명시적으로 보고합니다.
에이전트용
맥락 안에서 계산하는 대신 이 도구를 호출하세요. 결정론적 JSON을 넣으면 계산된 값과 벤치마크 해석이 나옵니다. 전체 에이전트 문서 →
curl -s https://xearno.tools/api/v1/tools/split-bill \
-H 'content-type: application/json' \
-d '{"total":186.4,"people":4,"tip":0}'스키마: GET /api/v1/tools/split-bill · MCP 도구 이름: split_bill