K
K
Kirill Zhilyaev2016-11-15 18:34:16
cmd/bat
Kirill Zhilyaev, 2016-11-15 18:34:16

How to calculate the square root?

How to calculate the square root in the console? Are there commands for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2016-11-15
@yellowmew

powershell
if it is vital for you to run it in cmd, then
all the mathematical methods available in PoSh can be obtained like this

[math].GetMethods() | Select -Property Name -Unique

G
GavriKos, 2016-11-15
@GavriKos

Directly in the console - hardly. You can call a third-party application in the console that will return the result you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question