square-root
Can a square root of a non-integer become an integer due to floating point rounding errors?
In another unrelated Internet forum a question was asked on how to check if a square root of a given number is an integer. Now in and of itself that is a trivial homework question, but I started to wo[详细]
2023-04-07 06:17 分类:问答square root character/symbol
I was wondering what the character code of th开发者_如何学JAVAe square root symbol is in java? That is, I want to be able to print a square root sign on screen inside a string of other characters, or[详细]
2023-03-20 18:23 分类:问答Fastest algorithm of getting precise answer (not approximated) when square-rooting
Sorry for unclear title, but I don\'t know how to state it properly (feel free to edit), so I will give example:[详细]
2023-02-11 03:06 分类:问答How can I find the Square Root of a Java BigInteger?
Is there a library that will f开发者_如何学JAVAind the square root of a BigInteger? I want it computed offline - only once, and not inside any loop. So even computationally expensive solution is okay.[详细]
2023-01-29 16:20 分类:问答How to Calculate the Square Root of a Float in C#
How can I calculate the square root of a Float in C#, similar to Core.Sqrt开发者_StackOverflow社区 in XNA?Since .net core 2.0 you can use MathF.Sqrt.[详细]
2023-01-29 06:27 分类:问答Binary Search to Compute Square root (Java)
I need help writing a program that uses binary search to recursively compute a square root (rounded down to the nearest integer) of an input non-negative integer.[详细]
2023-01-17 14:54 分类:问答How is the square root function implemented? [closed]
Closed. This question needs to b开发者_如何学Pythone more focused. It is not currently accepting answers.[详细]
2023-01-13 14:44 分类:问答Does a range of integers contain at least one perfect square?
Given two integers a and b, is there an efficient way to test whether there is another integer n such that a ≤ n2 < b?[详细]
2023-01-04 22:23 分类:问答Arrays- Square root of an Array and printing the result JAVA
I\'m trying to get an array of (9) numbers square rooted then printed but I keep coming back with only one result - the number of numbers in the array squared- obviously not what I want.Thanks for any[详细]
2023-01-01 10:50 分类:问答Understanding Python code to try and compute a square root [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2022-12-07 21:56 分类:问答