SW006013 Microchip Technology, SW006013 Datasheet - Page 223

MPLAB C Compiler For DsPIC DSCs

SW006013

Manufacturer Part Number
SW006013
Description
MPLAB C Compiler For DsPIC DSCs
Manufacturer
Microchip Technology
Series
DsPIC30F/33Fr
Type
MPLAB® C Compilerr
Datasheet

Specifications of SW006013

Supported Families
DsPIC30F, DsPIC33F
Core Architecture
DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
DsPIC30F And DsPIC33F
Tool Function
Compiler
Tool Type
Compiler
Processor Series
dsPIC
Lead Free Status / RoHS Status
na
For Use With/related Products
dSPIC DSCs
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
© 2008 Microchip Technology Inc.
_Q16atan
Description:
Include:
Prototype:
Argument:
Return Value:
_Q16atanByPI
Description:
Include:
Prototype:
Argument:
Return Value:
_Q16atanYByX
Description:
Include:
Prototype:
Argument:
Return Value:
_Q16atanYByXByPI
Description:
Include:
Prototype:
Argument:
Return Value:
This function finds the arc tangent of a Q16 value.
<libq.h>
_Q16 _Q16atan(_Q16 x);
x
ranges from -2147483648 to 2147483647.
This function returns the arc tangent of x in Q16 format. This value
ranges from -2147483648 to 2147483647.
This function finds the arc tangent of a Q16 value and then divides by
PI (π).
<libq.h>
_Q16 _Q16atanByPI(_Q16 x);
x
ranges from -2147483648 to 2147483647.
This function returns the arc tangent of x, divided by PI, in Q16 format.
This value ranges from -2147483648 to 2147483647.
This function finds the arc tangent of y divided by x.
<libq.h>
_Q16 _Q16atanYByX(_Q16 x, _Q16 y);
x
ranges from -2147483648 to 2147483647. This forms the x input.
y
ranges from -2147483648 to 2147483647. This forms the y input.
This function returns the arc tangent of y divided by x in Q16 format.
This value ranges from -2147483648 to 2147483647.
This function finds the arc tangent of the 32-bit input y divided by x and
then divides by PI (π).
<libq.h>
_Q16 _Q16atanYByXByPI(_Q16 x, _Q16 y);
x
ranges from -2147483648 to 2147483647. This forms the x input.
y
ranges from -2147483648 to 2147483647. This forms the y input.
This function returns the arc tangent y divided by x, divided by PI, in
Q16 format. This value ranges from -2147483648 to 2147483647.
a fixed point number in Q16 format. The value of this argument
a fixed point number in Q16 format. The value of this argument
a fixed point number in Q16 format. The value of this argument
a fixed point number in Q16 format. The value of this argument
a fixed point number in Q16 format. The value of this argument
a fixed point number in Q16 format. The value of this argument
DS51456E-page 219

Related parts for SW006013