/***************************************************************
__ST_SINH.H
This file contains declarations for
SINH constants operations.
PART OF : MPU - library .
USAGE : Internal only .
NOTE : Include "libmpu.h" before this FILE .
Copyright (C) 2000 - 2024 by Andrew V.Kosteltsev.
All Rights Reserved.
***************************************************************/
#ifndef __ST_SINH_H
#define __ST_SINH_H
#ifdef __cplusplus
extern "C" {
#endif
extern void ei_sinh__S ( EMUSHORT *eiy, EMUSHORT *eix, int nb );
#ifdef __cplusplus
} /* ... extern "C" */
#endif
#endif /* __ST_SINH_H */