SW006014 Microchip Technology, SW006014 Datasheet - Page 156

C COMPILER MPLAB FOR PIC24 MCU

SW006014

Manufacturer Part Number
SW006014
Description
C COMPILER MPLAB FOR PIC24 MCU
Manufacturer
Microchip Technology
Type
MPLAB® C Compilerr
Series
PIC24r
Datasheet

Specifications of SW006014

Supported Families
PIC24
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24
Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC24
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
DS51456E-page 152
atan2 (Continued)
}
Output:
The arctangent of 2.000000/0.000000 is 1.570796
The arctangent of 0.000000/-1.000000 is 3.141593
Error: domain error
The arctangent of 0.000000/0.000000 is nan
errno = 0;
x = 0.0;
y = 2.0;
z = atan2(y, x);
if (errno)
printf("The arctangent of %f/%f is %f\n\n",
errno = 0;
x = -1.0;
y = 0.0;
z = atan2(y, x);
if (errno)
printf("The arctangent of %f/%f is %f\n\n",
errno = 0;
x = 0.0;
y = 0.0;
z = atan2(y, x);
if (errno)
printf("The arctangent of %f/%f is %f\n\n",
perror("Error");
perror("Error");
perror("Error");
y, x, z);
y, x, z);
y, x, z);
© 2008 Microchip Technology Inc.

Related parts for SW006014