サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
gist.github.com/jmblog
gistfile1.md 所得税(国税) 所得税の計算方法 所得税額 = (所得金額(A) - 所得控除額(B)) × 税率 - 税額控除額(C) 「所得金額(A)- 所得控除額(B)」は 課税所得金額 といい、1,000円未満の端数を切り捨てる。 所得税の税率 課税所得金額(所得金額(A)- 所得控除額(B))税率控除額 195万円以下5%0円 195万円超〜330万円以下10%97,500円 330万円超〜695万円以下20%427,500円 695万円超〜900万円以下23%636,000円 900万円超〜1,800万円以下33%1,536,000円 1,800万円超〜40%2,796,000円 例えば、課税所得金額(所得金額から所得控除額を差し引いたもの)が 700万円の場合、求める税額(税額控除額(C)を差し引く前の金額)は次のようになる。 700万円 × 0.23 - 63万6
bash_prompt ����U �ݽ�U #!/usr/bin/env bash # Check that terminfo exists before changing TERM var to xterm-256color # Prevents prompt flashing in Mac OS X 10.6 Terminal.app if [ -e /usr/share/terminfo/x/xterm-256color ]; then export TERM='xterm-256color' fi # Turn off standout; turn off underline tput sgr 0 0 # Base styles and color palette # If you want to check color code, run `./testcolor.sh' BO
このページを最初にブックマークしてみませんか?
『gist.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く