Unit U_Fct_Math

Description

C2PP ***************************************************************************

My libraries for Delphi Copyright (c) 1990-2026 Patrick PREMARTIN

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

***************************************************************************

This repository contains functions, procedures and classes to use in Delphi projects (console, VCL, FireMonkey and others). It's my "everything reuseable things" toolbox.

The units to be used in your projects can be found in the "src" folder. Some features are explained on my blog or have been coded live on Twitch.

Examples of use in the form of VCL or FireMonkey projects are available in the "samples" subfolder.

***************************************************************************

Author(s) : Patrick PREMARTIN

Site : https://librairies.developpeur-pascal.fr

Project site : https://github.com/DeveloppeurPascal/librairies

*************************************************************************** File last update : 2026-03-30T16:35:19.666+02:00 Signature : 6a33da91560cdeb48536f0f7dfbdd38e0ed2a4ed ***************************************************************************

Overview

Functions and Procedures

Function Sec(X: Real): Real;
Function Cosec(X: Real): Real;
Function Cotan(X: Real): Real;
Function Sinh(X: Real): Real;
Function Cosh(X: Real): Real;
Function Tanh(X: Real): Real;
Function Sech(X: Real): Real;
Function Cosech(X: Real): Real;
Function Cotanh(X: Real): Real;
Function Arcsinh(X: Real): Real;
Function Arccosh(X: Real): Real;
Function Arctanh(X: Real): Real;
Function Arcsech(X: Real): Real;
Function Arccotanh(X: Real): Real;
Function Tan(X: Real): Real;

Description

Functions and Procedures

Function Sec(X: Real): Real;

Cette UNIT regroupe diverses fonctions math‚matiques non pr‚sentes en Turbo Pascal 4.0 mais qui peuvent s'av‚rer int‚ressantes un jour ou l'autre.

Voici les fonctions accessibles: - s‚cante SEC - cos‚cante COSEC - cotangente COTAN - sinus hyperbolique SINH - cosinus hyperbolique COSH - tangente hyperbolique TANH - s‚cante hyperbolique SECH - cos‚cante hyperbolique COSECH - cotangente hyperbolique COTANH - sinus hyperbolique inverse ARCSINH - cosinus hyperbolique inverse ARCCOSH - tangente hyperbolique inverse ARCTANH - s‚cante hyperbolique inverse ARCSECH - cotangente hyperbolique inverse ARCCOTANH - tangente TAN Ainsi que les fonctions normales (du Turbo Pascal 4.0): - sinus: SIN (Turbo) - cosinus: COS (Turbo) - logarithme n‚p‚rien LN (Turbo) - exponentielle EXP (Turbo) - racine carr‚ SQRT (Turbo) - carr‚ SQR (Turbo)

Function Cosec(X: Real): Real;

This item has no description.

Function Cotan(X: Real): Real;

This item has no description.

Function Sinh(X: Real): Real;

This item has no description.

Function Cosh(X: Real): Real;

This item has no description.

Function Tanh(X: Real): Real;

This item has no description.

Function Sech(X: Real): Real;

This item has no description.

Function Cosech(X: Real): Real;

This item has no description.

Function Cotanh(X: Real): Real;

This item has no description.

Function Arcsinh(X: Real): Real;

This item has no description.

Function Arccosh(X: Real): Real;

This item has no description.

Function Arctanh(X: Real): Real;

This item has no description.

Function Arcsech(X: Real): Real;

This item has no description.

Function Arccotanh(X: Real): Real;

This item has no description.

Function Tan(X: Real): Real;

This item has no description.

My libraries for Delphi (c) 1990-2026 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 1.0.2.