• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
- 1

Transform in c++

Transform this in c++ format x(y) = 1/4 * ( y^2 - ln y^2 - 1)

c#pythonc++javamathformulapy
30th Apr 2020, 5:28 PM
Mell Note
Mell Note - avatar
1 Answer
+ 5
#include <cmath> double x(int y) { return 1/4*(pow(y,2)-log(pow(y, 2))-1); }
30th Apr 2020, 5:35 PM
minirkk
minirkk - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
My codebits section is full of deleted codes
12 Votes
Ai generated practices
1 Votes
Where did mess up....
1 Votes
I have an error in a problem and I don't know what the correct answer is
1 Votes
Feedback on my portfolio
0 Votes
I need a siren sound
0 Votes
Yo this is madness
0 Votes
How can i insert files?
1 Votes
Where can I find python and SQL projects to work on for my portfolio that are beginner to intermediate?
1 Votes
help!!! How to build portfolio? I am in last year of highschool and still noob lol
0 Votes