Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags

/***************************************************************
  __ST_ATAN2.H

       This file contains declarations for
       ATAN2 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_ATAN2_H
#define   __ST_ATAN2_H

#ifdef  __cplusplus
extern "C" {
#endif


extern void ei_atan2__A  ( EMUSHORT *eiy, EMUSHORT *eix, int nb );



#ifdef  __cplusplus
}   /* ... extern "C" */
#endif

#endif /* __ST_ATAN2_H */