CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 19

Threaded View

  1. #1
    Join Date
    May 2015
    Posts
    540

    mathematical equation implmentation in c++

    Hello,

    I need to implement the following math conversion in the c++. I am looking for simple function. Could you help me with this., I am not much aware of the maths functionalities available in c++

    1. Need to convert dBns to ns and the in the xml requirements, I see the formula as : 10^(0.8 * x)

    2. Other conversion is similar(mBradians to radians) : 10 ^ (0.001 * x)
    Then I need the convert the radians to degrees

    Thanks a lot
    pdk
    Last edited by pdk5; April 30th, 2020 at 07:16 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured