diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm/k_tanl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128ibm/k_tanl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm/k_tanl.c b/sysdeps/ieee754/ldbl-128ibm/k_tanl.c index 3927fca25c..cd95e46089 100644 --- a/sysdeps/ieee754/ldbl-128ibm/k_tanl.c +++ b/sysdeps/ieee754/ldbl-128ibm/k_tanl.c @@ -29,7 +29,7 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* __kernel_tanl( x, y, k ) * kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854 |