赚钱与工作收入
加薪计算器
把加薪百分比换算成新工资和每月差额,然后回答真正要紧的问题:扣除通胀后,这到底算不算加薪?
数值
- New salary
- 78,000
- +250 / month gross
- Real raise (after inflation)
- +0.97%
老手的解读
需留意
Barely ahead of inflation — this preserves purchasing power rather than increasing it.
值得了解
Job switchers historically out-raise stayers by several points per year — the strongest known lever on salary growth is changing employers, not annual reviews.
方法说明
实际加薪 = (1 + 名义) ÷ (1 + 通胀) − 1——精确的费雪关系式,而不是那个误导人的相减捷径(相减会高估实际加薪)。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/pay-raise \
-H 'content-type: application/json' \
-d '{"salary":75000,"raisePct":4,"inflation":3}'Schema: GET /api/v1/tools/pay-raise · MCP 工具名: pay_raise