literal; literal constant
In computing, a value written directly in source code rather than being computed or stored in a variable. Often contrasted with named constants or variables.
If a program contains many literal constants, maintenance becomes difficult.
This function receives a numeric value as a literal constant.
Compound of 直 (direct) and 定数 (constant), likely a calque from English 'literal constant' in computing terminology.