Question:
what is this ^ (sign meaning)?
Unsure
2012-07-15 12:00:12 UTC
^
i keep seeing that sign in the maths thing on here and i want to know what it means. i feel stupid .
Nine answers:
Ed I
2012-07-15 12:02:02 UTC
^ is a sign of exponentiation. 3^2 = 9, for example.
?
2012-07-15 19:01:27 UTC
that is the exponent or power



3^2 = 3 * 3 = 9



10^4 = 10 * 10 * 10 * 10 = 10000
Sun
2012-07-15 19:18:15 UTC
The exponent.

What's 3^2?

3*3=9, it's 9.

Got it?
?
2012-07-15 19:06:55 UTC
In many computer programming languages, it's a power sign. So 2^3 is two cubed. Because standard keyboards in the past only did ASCII.

Nowadays, if you know how to get special symbols, you can write superscripts and degree symbols in UTF-8, but people like me still put 2^3 because it works in Perl, or C etc.

and I can paste an answer right from "bc" command-line calculator.

Another one is 2**3 which works in FORTRAN

Also sqrt(2) for the square root of two, because we can't find the square root symbol, and

asin(), acos(), atan() for arcsine, arccosine and arctangent (or sin^-1) etc.
Ȼԋ ⱥ ᴙ ℓ ϊ ℮
2012-07-15 19:02:10 UTC
The caret (^) usually represents something raised to a power.



For example, 2^3 = 2 raised to the third = 2 cubed = 8.



Hope this helps.
kthxk
2012-07-15 19:01:25 UTC
To the power of. Exponential.

1^1 = 1 and 2^2 = 4...
2012-07-15 19:01:37 UTC
It shows the exponent. Like x^4 would be x multiplied by itself 4 times.
Ashwee
2012-07-15 19:01:59 UTC
"to the power of"



5 squared = 5^2
Paladin
2012-07-15 19:01:26 UTC
it indicates that the number following it is an exponent


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...