Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • {{libheader| FMOD}} [https://www.fmod.com/core Library FMOD] ...
    19 KB (2,446 words) - 20:17, 4 March 2024
  • use POSIX 'fmod'; my @a = map { fmod( ($_ + τ), τ) } ($a1, $a2); ...
    27 KB (3,124 words) - 11:03, 28 April 2024
  • val = (int)(factor * pow(10.0, fmod(test * logv, 1))); val = cast(int)(factor * pow(10.0, fmod(test * logv, 1))); ...
    70 KB (8,328 words) - 19:25, 11 March 2024
  • double value = fmod(theta - atan2(candidate.second, candidate.first) + tau, tau); fmod($x + tau; tau); ...
    72 KB (8,767 words) - 10:14, 19 February 2024
  • ...of complex numbers. The <code>POSIX</code> CPAN module provides the <code>fmod</code> routine for non-integer modulus calculations. use POSIX 'fmod'; ...
    90 KB (11,235 words) - 13:32, 16 June 2024
  • function fmod(Left, Right : Real) return Real is end fmod; ...
    175 KB (17,168 words) - 19:49, 1 January 2024
  • double Hue = hue_shift + std::fmod(array[y][x], 1); HueShift = std::fmod(HueShift + 0.0025, 3); ...
    70 KB (8,109 words) - 19:00, 24 May 2024
  • F normd(x) {R fmod(x, 360)} F normg(x) {R fmod(x, 400)} ...
    250 KB (17,441 words) - 19:28, 24 January 2024
  • double x = c * (1 - std::abs(std::fmod(hp, 2) - 1)); ...
    74 KB (8,527 words) - 20:32, 12 March 2024
  • // used for `isInfinite`, `isNan` and `fMod` // `x mod 1.0` uses `fMod` function from `math` unit ...
    104 KB (13,052 words) - 13:24, 14 February 2024
  • 'as FMOD or Wavemix ...
    43 KB (5,369 words) - 15:23, 26 May 2024
  • $atan += 2*Pi while $atan < 0; # Ghetto fmod ...
    79 KB (9,754 words) - 10:47, 7 November 2023
  • return std::fmod(result * RADIAN_TO_DEGREE + 360.0, 360.0); ...
    106 KB (11,017 words) - 13:56, 28 December 2023
  • x = (1 - fabs(fmod(hue, 2) - 1)) * 255; ...
    60 KB (7,516 words) - 14:53, 4 January 2024
  • double x = c * (1 - std::abs(std::fmod(hp, 2) - 1)); ...
    81 KB (10,178 words) - 05:55, 24 June 2024
  • -- We could use math.fmod( os.cllock( ), 1 ) which returns the decimals of a number / float. ...asure the passage of time, ie delta T. If we needed time, I'd probably use fmod, unless benchmarking showed it costs more than subtracting and adding. ...
    81 KB (11,358 words) - 21:08, 9 February 2024
  • if(fmod(ytemp, 1.) >= 0.0001) ...
    128 KB (16,142 words) - 11:10, 24 January 2024
  • if (fmod(number, i) == 0) ...
    153 KB (14,511 words) - 07:03, 8 June 2024
  • double X = c * (1 - fabs(fmod(h, 2) - 1)); ...
    111 KB (14,517 words) - 18:06, 6 May 2024
  • vdc += fmod(n, base) / (denom *= base); ...
    120 KB (12,882 words) - 20:17, 24 March 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)