Write a java code that finds the following of a given number without using Math.log() or Math.pow(): (b) 𝑂(𝑙𝑜𝑔(𝑙𝑜𝑔(𝑛)))

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Write a java code that finds the following of a given number without using Math.log() or Math.pow(): (b) 𝑂(𝑙𝑜𝑔(𝑙𝑜𝑔(𝑛)))

Post by answerhappygod »

Write a java code that finds the following of a given numberwithout using Math.log() or Math.pow():
(b) 𝑂(π‘™π‘œπ‘”(π‘™π‘œπ‘”(𝑛)))
(c) 𝑂(π‘™π‘œπ‘”(𝑛))
(d) 𝑂([π‘™π‘œπ‘”(𝑛)] 4 )
(f) 𝑂(𝑛 π‘™π‘œπ‘” (𝑛))
(g) 𝑂(𝑛 2 π‘™π‘œπ‘” (𝑛))
(h) 𝑂(𝑛 4 )
(i) 𝑂(3 𝑛 )
Once again, you can not use Math.log() or Math.pow()
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply