Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cap2: Correção do exemplo de constante PI com #define #25

Open
edusantana opened this issue Oct 31, 2014 · 0 comments
Open

cap2: Correção do exemplo de constante PI com #define #25

edusantana opened this issue Oct 31, 2014 · 0 comments
Labels

Comments

@edusantana
Copy link
Contributor

    #define PI = 3.14159;

O correto seria:

    #define PI 3.14159
@edusantana edusantana added the bug label Oct 31, 2014
@edusantana edusantana changed the title cap2: Correção do uso de #define cap2: Correção do exemplo de constante PI com #define Oct 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant