vei'u
valsi
vei'u
type
experimental cmavo
creator
time entered
Tue Sep 11 03:28:54 2018
English
Definition #71110 - Preferred
selma'o
VUhU1
definition
binary mekso operator: mod(ulus)/remainder; X1 % X2, MATH
$\,\,\, X_1$
X1 (mod(X2)).
notes
Denoted as "%" in C++. This is a basic arithmetic operator in some programming languages. x%y is in [0, y) for all real numbers x and y, such that/where y > 0 definitionally, and outputs the modulus/remainder of its left-hand/first input (here: x) wrt/when integer-dividing it by its right-hand/second input (here: y); in other words, let n be the greatest integer such that ny = < abs(x), then this function yields abs(x) - ny. This function can also be used in order to define the fractional-part function (define y = 1). See also: "vei'e".
gloss words
- % ; mekso/C++ operator (yields remainder of an integer division, a.k.a. modul(us/o))
- fractional-part function
- integer division remainder ; mekso operator
- mod ; mekso operator which yields remainder of an integer division
- modulo ; mekso operator which yields remainder of an integer division
- modulus ; mekso operator which yields remainder of an integer division
- remainder after integer division ; mekso operator
- remainder operator ; mekso operator
created by
vote information
1
time
Sat Nov 12 22:52:00 2022
[View Comments For This Definition]
Examples