elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
watcom
/
math
/
_mathfun.h
File editor
/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved. * * ======================================================================== * * This file contains Original Code and/or Modifications of Original * Code as defined in and that are subject to the Sybase Open Watcom * Public License version 1.0 (the 'License'). You may not use this file * except in compliance with the License. BY USING THIS FILE YOU AGREE TO * ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is * provided with the Original Code and Modifications, and is also * available at www.sybase.com/developer/opensource. * * The Original Code and all software distributed under the License are * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER * EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR * NON-INFRINGEMENT. Please see the License for the specific language * governing rights and limitations under the License. * * ======================================================================== * * Description: WHEN YOU FIGURE OUT WHAT THIS FILE DOES, PLEASE * DESCRIBE IT HERE! * ****************************************************************************/ /* The following must be in sync with watcom/_mathfun.inc */ pick( FP_FUNC_NULL, "null" ) pick( FP_FUNC_ACOS, "acos" ) pick( FP_FUNC_ASIN, "asin" ) pick( FP_FUNC_SQRT, "sqrt" ) pick( FP_FUNC_EXP, "exp" ) pick( FP_FUNC_COSH, "cosh" ) pick( FP_FUNC_SINH, "sinh" ) pick( FP_FUNC_POW, "pow" ) pick( FP_FUNC_ACOSH, "acosh") pick( FP_FUNC_LOG2, "log2" ) pick( FP_FUNC_LOG, "log" ) pick( FP_FUNC_LOG10, "log10") pick( FP_FUNC_ATANH, "atanh") pick( FP_FUNC_ATAN2, "atan2") pick( FP_FUNC_IPOW, "ipow" ) pick( FP_FUNC_DPOWI, "dpowi") pick( FP_FUNC_COS, "cos" ) pick( FP_FUNC_SIN, "sin" ) pick( FP_FUNC_TAN, "tan" ) pick( FP_FUNC_Y0, "y0" ) pick( FP_FUNC_Y1, "y1" ) pick( FP_FUNC_YN, "yn" ) pick( FP_FUNC_MOD, "mod" ) pick( FP_FUNC_COTAN, "cotan")
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history