プログラミングでよく使う英単語(更新中)
計算編
1 + 1 : one plus one, incremented by 1
2 * 2 : two time two, two multiply two
3 / 3 : 3 divided by 3
10 % 3 : 10 mod 3 ( answer is 1 )
2^2 : two square
10^8 : 10 to the power of 8
数字編
1, 2, -1, -2 : whole number, integer : 整数
1.222 : Fraction : 小数点をもつ数字
0.2222 : decimal value
round up : 3
round down : 2
2, 3, 4 : ascending order <-> descending order