• 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
Anyone Have group of learning code?
1 Votes
The question is, Can AI replace programmers?
2 Votes
Theres a lot of weird bugs in the Introduction to C++ course
2 Votes
Bug in sololearn ?
0 Votes
Hi I want to learn react.js and I don't have even idea of coding just newbie
0 Votes
Why does range(5) print 0-4 in python
0 Votes
Wouldn’t a erlang course be amazing?
1 Votes
How do I complete this code to make “game over” appear on the screen.
0 Votes
Seniors I need your helpful code for learning easily🙏😔
0 Votes
Sorry for the interruption but i wants to build a os
0 Votes