Computes the modulus (remainder) of two inputs. For each component of the result, some integral (whole-number) multiple, m, of the corresponding component of the second input is subtracted from the corresponding component of the first input, leaving a remainder. The multiple, m, is chosen such that the remainder is less than the corresponding component of the second input and has the same sign as the corresponding component of the first input. For example, fmod(-3.14, 1.5) is -0.14.
Computes the Fresnel fall-off by using the specified input. The Fresnel fall-off value expresses how closely the surface ...
Computes the hash of files specified in the file elements and updates the hash attribute with this value. (hashupdate:[path]) ...
Computes the maximum value of two inputs. For each component of the result, the greater of the corresponding components of ...
Computes the minimum value of two inputs. For each component of the result, the lesser of the corresponding components of ...
Computes the modulus (remainder) of two inputs. For each component of the result, some integral (whole-number) multiple, ...
Computes the product of two inputs. For each component of the result, the corresponding components of the inputs are multiplied ...
Computes the quotient of the specified inputs. For each component of the result, the corresponding component of the first ...
Computes the result of a multiply-add (MADD) operation among three inputs. For each component of the result, the product ...
Computes the sine of an input. For each component of the result, the sine of the corresponding component, which is provided ...