Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...aracteristics and are distinctive, determinable through introspection. The numerics are evaluated on assignment, hence the stringified output not exactly match 'Numerics', ...
    97 KB (10,583 words) - 03:31, 9 March 2024
  • Maple's floating point numerics are a strict extension of IEEE/754 and IEEE/854 so there is already a built MiniScript uses IEEE numerics, so: ...
    55 KB (7,261 words) - 14:18, 17 March 2024
  • However, for consistency with IEEE-754 numerics, we also have a NaN result for the equivalent floating-point exponentiation =={{header|Swift}}== ...
    46 KB (5,350 words) - 14:50, 1 March 2024
  • =={{header|Swift}}== #if canImport(Numerics) ...
    98 KB (13,050 words) - 17:21, 12 April 2024
  • with Ada.Numerics.Generic_Elementary_Functions; package Real_Funcs is new Ada.Numerics.Generic_Elementary_Functions(Real); ...
    93 KB (8,391 words) - 11:23, 6 November 2023
  • ...e to verify a correct length,   and also that the ISBN-13 code is all numerics   (with optional minus signs). =={{header|Swift}}== ...
    91 KB (11,072 words) - 15:51, 30 April 2024
  • ...functions used in this task are defined in the pre-defined Ada package Ada.Numerics.Elementary_Functions. <syntaxhighlight lang="ada">Ada.Numerics.e -- Euler's number ...
    117 KB (15,356 words) - 11:15, 6 May 2024
  • numerics <- c(1, -3.2, 5.2, 10.8, -5.7, 7.3, 3.5, 0, -4.1, -9.5) > gnomeSort(numerics) ...
    127 KB (15,155 words) - 13:01, 8 May 2024
  • a user instance of Ada.Numerics.Generic_Complex_Arrays. with Ada.Numerics.Generic_Complex_Arrays; ...
    159 KB (19,443 words) - 14:22, 29 February 2024
  • numerics <- c(1, -3.2, 5.2, 10.8, -5.7, 7.3, 3.5, 0, -4.1, -9.5) > cocktailSort(numerics) ...
    136 KB (16,352 words) - 14:02, 8 May 2024
  • ...ndard library's comparison functions do not admit mixed comparison between numerics and strings. Strings are immutable tuples of characters and are always comp {{trans|Swift}} ...
    170 KB (24,434 words) - 15:02, 25 April 2024
  • <syntaxhighlight lang="ada">with Ada.Numerics.Discrete_Random; new Ada.Numerics.Discrete_Random (Full_Indices); ...
    197 KB (24,855 words) - 17:24, 6 March 2024
  • (Disclaimer: This was not written by a numerics expert; there may be reasons this is a bad idea. Also, it might be that cyc =={{header|Swift}}== ...
    118 KB (14,076 words) - 13:39, 14 April 2024
  • using System.Numerics; <syntaxhighlight lang="python"># Dropping or keeping any non-numerics in the string ...
    109 KB (13,569 words) - 15:39, 23 March 2024
  • const numerics = ["MMXVI", "MCMXC", "MMVIII", "MM", "MDCLXVI"] console.log(numerics); ...
    206 KB (24,456 words) - 19:14, 12 March 2024
  • ...t of macro for Metafont) accepts any number of arguments, and accepts both numerics (numbers), pairs (bidimensional vectors), and strings (not mixed). =={{header|Swift}}== ...
    132 KB (16,641 words) - 11:11, 9 December 2023
  • <syntaxhighlight lang="ada">with Ada.Text_IO, Ada.Numerics; Balance: Num := Ada.Numerics.E - 1.0; ...
    214 KB (22,517 words) - 21:41, 21 May 2024
  • The following implementation works on arrays of numerics as well as characters ( string ). =={{header|Swift}}== ...
    147 KB (19,691 words) - 12:41, 27 April 2024
  • ...ns of energy. Frink tries hard to always Do The Right Thing with math and numerics and units of measure. =={{header|Swift}}== ...
    130 KB (17,671 words) - 21:01, 2 May 2024
  • numerics <- c(1, -3.2, 5.2, 10.8, -5.7, 7.3, 3.5, 0, -4.1, -9.5) > bubbleSort(numerics) ...
    231 KB (26,772 words) - 19:42, 27 March 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)