Search results

Jump to navigation Jump to search
  • \begin{tikzpicture}[x=1ex,y=1ex]<br/>
    3 KB (488 words) - 16:11, 3 August 2013
  • ifThenElse False _ y = y
    9 KB (1,503 words) - 13:55, 15 December 2019
  • -- constants: radius of the ball, and the maximal x and y coordinates -- the max. height is at most max. y minus the radius of a ball.
    14 KB (2,248 words) - 15:18, 6 February 2021
  • test2 = TestCase (do (x,y) <- partA 3 b <- partB y
    23 KB (3,542 words) - 03:11, 15 May 2020
  • clock = textClockNew Nothing "%Y-%m-%d %H:%M" 1
    4 KB (452 words) - 14:23, 2 May 2018
  • raise x (y:ys) = x+y : raise x ys y:ys <- tails xs
    29 KB (4,702 words) - 12:36, 4 May 2021
  • ...ve someone is seriously advocating to replace <hask>(&$ x)</hask> with the less readable <hask>flip (&$) x</hask> just because that's the way one specific ...cally render combinator libraries unusable, which would make Haskell a lot less attractive. -- RemiTurk
    24 KB (4,110 words) - 01:13, 7 November 2020
  • where map_one (x:xs) y = (xs, g y x)
    11 KB (1,895 words) - 19:00, 18 May 2020
  • coord (FloatPoint x y) = (x,y) coord (IntPoint x y) = (realToFrac x, realToFrac y)
    30 KB (4,685 words) - 01:34, 14 July 2021
  • ...inear map that scales all <math>x</math>-coordinates by 2 but leaves <math>y</math>-coordinates unchanged. But what if we want to obtain another vector corresponds to the function <math>\lambda (x,y) \to (x + 2y, 3x + 4y)</math>.
    14 KB (2,245 words) - 03:01, 11 April 2015
  • substitute x y = Wrp (unsafeCoerce x::t2) substitute x y = Wrp (unsafeCoerce x::t2)
    28 KB (3,716 words) - 13:01, 20 October 2017
  • the window to be created, the ''x'' position, the ''y'' position, the width, The ''x'' and ''y'' positions are relative to the upper left corner of the
    61 KB (8,858 words) - 11:47, 5 November 2020
  • ...arts (u, v, w, x, y) = zip5 (parts u) (parts v) (parts w) (parts x) (parts y)
    11 KB (1,656 words) - 22:33, 4 July 2022
  • * <tt>-optc-ffast-math</tt>: A C-compiler option which allows it to be less strict with respect to the standard when compiling IEEE 754 floating point In general, splitting code across modules should not make programs less efficient. GHC does quite aggressive cross-module inlining: when you impor
    25 KB (3,873 words) - 11:08, 6 March 2023
  • > My intention is to generate 50 random coordinates like (x,y).
    5 KB (787 words) - 11:02, 26 December 2017
  • ...arks are introduced with the par combinator; the expression (<code>x `par` y</code>) "sparks off" <code>x</code>, telling the runtime that it may evalua
    4 KB (637 words) - 02:02, 6 May 2024
  • * [http://www.onebadseed.com/blog/?p=51 Don't need the Y combinator]
    9 KB (903 words) - 07:20, 16 April 2020
  • ghci> let y = Repa.map (^2) x ghci> y Repa.! (Z :. 0 :. 2)
    37 KB (5,672 words) - 07:28, 10 August 2022
  • ...tate Y. Do some arbitrarily chosen part-testcases begining with that state Y.""
    8 KB (1,326 words) - 20:19, 28 September 2014
  • #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
    13 KB (1,967 words) - 16:07, 9 August 2016

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)