0N/A#
4680N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
2362N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet at
2362N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2015 Garrett D'Amore <garrett@damore.org>
0N/A#
0N/A
0N/A#
0N/A# Definitions found in math.h
0N/A#
0N/A
0N/A
2362N/A#
2362N/A# Types.
2362N/A#
0N/A
0N/A#
0N/A# Values.
4632N/A#
0N/Avalue | M_PI | double | math.h | SUS+
0N/Avalue | INFINITY | float | math.h | C99+
0N/Avalue | NAN | float | math.h | C99+
0N/Avalue | FP_NAN | int | math.h | C99+
0N/A
0N/A#
0N/A# Functions
0N/A#
0N/Afunc | cos | double | double | math.h | ALL
0N/Afunc | cosf | float | float | math.h | -ALL +C99+
0N/A