Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
math problem for experts
#3
I would like to see the C program. Should have the exact same problem.

I ran this program on Windows
#define _USE_MATH_DEFINES

#include <iostream> 
#include <cmath>

using namespace std;

int main()
{
    cout << cos(M_PI / 2);;

    return 0;
}
And the output
Output:
6.12323e-17
Reply


Messages In This Thread
math problem for experts - by miltmobley - Jul-08-2023, 08:24 PM
RE: math problem for experts - by jefsummers - Jul-08-2023, 10:12 PM
RE: math problem for experts - by deanhystad - Jul-08-2023, 11:13 PM
RE: math problem for experts - by miltmobley - Jul-09-2023, 12:50 AM
RE: math problem for experts - by deanhystad - Jul-09-2023, 02:16 AM
RE: math problem for experts - by Gribouillis - Jul-09-2023, 07:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  math.log versus math.log10 stevendaprano 10 2,608 May-23-2022, 08:59 PM
Last Post: jefsummers
  Why getting ValueError : Math domain error in trig. function, math.asin() ? jahuja73 3 3,918 Feb-24-2021, 05:09 PM
Last Post: bowlofred
  Problem with the math.sin(x) function Carson147 4 3,049 Feb-21-2019, 05:12 PM
Last Post: Carson147
  matrices math problem lokoprof 1 2,260 Aug-27-2018, 07:48 PM
Last Post: perfringo
  Math problem python Dhaval 1 3,015 Jun-05-2017, 10:28 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020