What is the square function with long long variable ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ghost knight
    New Member
    • Feb 2011
    • 1

    What is the square function with long long variable ?

    i am try to calculate "sqrt" function in c++ on long long variable but it's support only double, float, and long double

    is there is function for long long variable ? :)
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    have a look at high precision arithmetic libraries, e.g.

    Comment

    Working...