Skip to content

Instantly share code, notes, and snippets.

@takuma-saito
Last active November 2, 2020 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuma-saito/12bc5d8c8594419824996111d4eeb1b1 to your computer and use it in GitHub Desktop.
Save takuma-saito/12bc5d8c8594419824996111d4eeb1b1 to your computer and use it in GitHub Desktop.
げんせん、源泉徴収額の計算の仕方
# げんせんちょうしゅうの計算の仕方, N = xxxxx
# 源泉徴収金額
echo $[floor(0.1021 * (N / 1.10))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment