Print this page
11210 libm should be cstyle(1ONBLD) clean


   5  * Common Development and Distribution License (the "License").
   6  * You may not use this file except in compliance with the License.
   7  *
   8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9  * or http://www.opensolaris.org/os/licensing.
  10  * See the License for the specific language governing permissions
  11  * and limitations under the License.
  12  *
  13  * When distributing Covered Code, include this CDDL HEADER in each
  14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15  * If applicable, add the following below this CDDL HEADER, with the
  16  * fields enclosed by brackets "[]" replaced with your own identifying
  17  * information: Portions Copyright [yyyy] [name of copyright owner]
  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24  */

  25 /*
  26  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  27  * Use is subject to license terms.
  28  */
  29 
  30 /*
  31  * Table of constants for atanl.
  32  * By K.C. Ng, March 9, 1989
  33  */
  34 
  35 #include "libm.h"
  36 
  37 const long double _TBL_atanl_hi[] = {
  38         +1.243549945467614350313548491638710241657e-0001L,
  39         +1.320397616146387492746844065265695322625e-0001L,
  40         +1.397088742891636451833677767390950568161e-0001L,
  41         +1.473614810886516356098027603968455182107e-0001L,
  42         +1.549967419239409823037143749334921913337e-0001L,
  43         +1.626138285979485753736415637615578006202e-0001L,
  44         +1.702119252854744044904966070997617136954e-0001L,




   5  * Common Development and Distribution License (the "License").
   6  * You may not use this file except in compliance with the License.
   7  *
   8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9  * or http://www.opensolaris.org/os/licensing.
  10  * See the License for the specific language governing permissions
  11  * and limitations under the License.
  12  *
  13  * When distributing Covered Code, include this CDDL HEADER in each
  14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15  * If applicable, add the following below this CDDL HEADER, with the
  16  * fields enclosed by brackets "[]" replaced with your own identifying
  17  * information: Portions Copyright [yyyy] [name of copyright owner]
  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24  */
  25 
  26 /*
  27  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  28  * Use is subject to license terms.
  29  */
  30 
  31 /*
  32  * Table of constants for atanl.
  33  * By K.C. Ng, March 9, 1989
  34  */
  35 
  36 #include "libm.h"
  37 
  38 const long double _TBL_atanl_hi[] = {
  39         +1.243549945467614350313548491638710241657e-0001L,
  40         +1.320397616146387492746844065265695322625e-0001L,
  41         +1.397088742891636451833677767390950568161e-0001L,
  42         +1.473614810886516356098027603968455182107e-0001L,
  43         +1.549967419239409823037143749334921913337e-0001L,
  44         +1.626138285979485753736415637615578006202e-0001L,
  45         +1.702119252854744044904966070997617136954e-0001L,