Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 39 for lgamma (0.15 sec)

  1. src/math/tanh.go

    // What you see here may be used freely but it comes with no support or
    // guarantee.
    //
    //   The two known misprints in the book are repaired here in the
    // source listings for the gamma function and the incomplete beta
    // integral.
    //
    //   Stephen L. Moshier
    //   ******@****.***
    //
    
    var tanhP = [...]float64{
    	-9.64399179425052238628e-1,
    	-9.92877231001918586564e1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  2. src/math/atan.go

    // What you see here may be used freely but it comes with no support or
    // guarantee.
    //
    //   The two known misprints in the book are repaired here in the
    // source listings for the gamma function and the incomplete beta
    // integral.
    //
    //   Stephen L. Moshier
    //   ******@****.***
    
    // xatan evaluates a series valid in the range [0, 0.66].
    func xatan(x float64) float64 {
    	const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 3K bytes
    - Viewed (0)
  3. src/image/png/testdata/pngsuite/README.original

    images, available for developers of PNG supporting software. The 
    complete set, available at http:/www.schaik.com/pngsuite/, contains 
    a variety of images to test interlacing, gamma settings, ancillary
    chunks, etc.
    
    The images in this directory represent the basic PNG color-types:
    grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
    (1-8 bit) and grayscale or color images with alpha channel. You
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.7K bytes
    - Viewed (0)
  4. src/math/cmplx/sqrt.go

    // What you see here may be used freely but it comes with no support or
    // guarantee.
    //
    //   The two known misprints in the book are repaired here in the
    // source listings for the gamma function and the incomplete beta
    // integral.
    //
    //   Stephen L. Moshier
    //   ******@****.***
    
    // Complex square root
    //
    // DESCRIPTION:
    //
    // If z = x + iy,  r = |z|, then
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 3K bytes
    - Viewed (0)
  5. src/math/tan.go

    // What you see here may be used freely but it comes with no support or
    // guarantee.
    //
    //   The two known misprints in the book are repaired here in the
    // source listings for the gamma function and the incomplete beta
    // integral.
    //
    //   Stephen L. Moshier
    //   ******@****.***
    
    // tan coefficients
    var _tanP = [...]float64{
    	-1.30936939181383777646e4, // 0xc0c992d8d24f3f38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 08 17:27:54 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/logging/comparison/ExhaustiveLinesSearcherTest.groovy

            given:
            comparer = ExhaustiveLinesSearcher.useUnifiedDiff()
            def expectedLines = ["cat", "bird", "dog"]
            def actualLines = ["kangaroo", "cat", "llama", "dog", "turtle", "cat", "moose", "dog"]
    
            when:
            comparer.assertLinesContainedIn(expectedLines, actualLines)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. src/image/png/testdata/pngsuite/basn0g04-31.sng

    #SNG: from basn0g04-31.png
    IHDR {
        width: 31; height: 31; bitdepth: 8;
        using grayscale;
    }
    gAMA {1.0000}
    IMAGE {
        pixels hex
    00000000111111112222222233333333444444445555555566666666777777
    00000000111111112222222233333333444444445555555566666666777777
    00000000111111112222222233333333444444445555555566666666777777
    00000000111111112222222233333333444444445555555566666666777777
    11111111222222223333333344444444555555556666666677777777888888
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2K bytes
    - Viewed (0)
  8. src/image/png/testdata/pngsuite/basn0g02-29.sng

    #SNG: from basn0g02-29.png
    IHDR {
        width: 29; height: 29; bitdepth: 8;
        using grayscale;
    }
    gAMA {1.0000}
    IMAGE {
        pixels hex
    0000000055555555aaaaaaaaffffffff0000000055555555aaaaaaaaff
    0000000055555555aaaaaaaaffffffff0000000055555555aaaaaaaaff
    0000000055555555aaaaaaaaffffffff0000000055555555aaaaaaaaff
    0000000055555555aaaaaaaaffffffff0000000055555555aaaaaaaaff
    55555555aaaaaaaaffffffff0000000055555555aaaaaaaaffffffff00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.8K bytes
    - Viewed (0)
  9. src/math/cmplx/sin.go

    // What you see here may be used freely but it comes with no support or
    // guarantee.
    //
    //   The two known misprints in the book are repaired here in the
    // source listings for the gamma function and the incomplete beta
    // integral.
    //
    //   Stephen L. Moshier
    //   ******@****.***
    
    // Complex circular sine
    //
    // DESCRIPTION:
    //
    // If
    //     z = x + iy,
    //
    // then
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  10. src/image/png/testdata/pngsuite/basn0g01-30.sng

    #SNG: from basn0g01-30.png
    IHDR {
        width: 30; height: 30; bitdepth: 8;
        using grayscale;
    }
    gAMA {1.0000}
    IMAGE {
        pixels hex
    ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
    ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
    ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00
    ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000
    ffffffff0000ffffffffffff0000ffffffffffffffffffffffffff000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.9K bytes
    - Viewed (0)
Back to top