Help for this page

Select Code to Download


  1. or download this
    if($Config{nvsize} == 8)   { $nvbits =  64 }
    elsif(length(sqrt 2) > 25) { $nvbits = 128 }
    else                       { $nvbits =  80 }
    $defines .= ' -DLU_NV_BITS='.$nvbits;
    
  2. or download this
    #if LU_NV_BITS == 64
    #define MY_FORMAT "%.17"
    ...
    #else
    #error "LU_NV_BITS not set"
    #endif