floor, round, min, max, etc. More...
Modules | |
abs | |
Calculate the absolute value. | |
arg | |
Calculate the phase angle (in radians) of a complex array. | |
ceil | |
Rounds up to the least integer greater than or equal to x. | |
clamp | |
Clamp an array between an upper and a lower limit. | |
floor | |
Rounds down to the greatest integer less than or equal to x. | |
hypot | |
Evaluate the length of the hypotenuse of two inputs. | |
max | |
Returns the elementwise maximum between two arrays. | |
min | |
Returns the elementwise minimum between two arrays. | |
mod | |
Calculate the modulus. | |
neg | |
Negate an array. | |
rem | |
Calculate the remainder of a division. | |
round | |
Round numbers to the nearest integer. | |
sign | |
Return the sign of elements in an array. | |
trunc | |
Truncate numbers to nearest integer. | |
floor, round, min, max, etc.