Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 26f (0.02 sec)

  1. src/math/cmplx/cmath_test.go

    }
    
    // The expected results below were computed by the high precision calculators
    // at https://keisan.casio.com/.  More exact input values (array vc[], above)
    // were obtained by printing them with "%.26f".  The answers were calculated
    // to 26 digits (by using the "Digit number" drop-down control of each
    // calculator).
    
    var abs = []float64{
    	9.2022120669932650313380972e+00,
    	7.7438239742296106616261394e+00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 48.1K bytes
    - Viewed (0)
  2. src/math/all_test.go

    	-8.6859247685756013e+00,
    }
    
    // The expected results below were computed by the high precision calculators
    // at https://keisan.casio.com/.  More exact input values (array vf[], above)
    // were obtained by printing them with "%.26f".  The answers were calculated
    // to 26 digits (by using the "Digit number" drop-down control of each
    // calculator).
    var acos = []float64{
    	1.0496193546107222142571536e+00,
    	6.8584012813664425171660692e-01,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
Back to top