In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to square in javascript. I hope you will get something after reading this article. Let's discuss it together.
The method of finding the square in javascript: 1, using the "*" multiplication operator, the syntax "x * x", the parameter "x" is the numerical value that needs to be squared; 2, using the pow () method, the syntax "Math.pow (xp2)".
The operating environment of this tutorial: windows7 system, javascript1.8.5 version, Dell G3 computer.
The method of squared by javascript
1. Using the "*" multiplication operator
The "*" multiplication operator: "x * y" means to calculate the product of x times y
If you want to ask for square, you can "x * x".
Var xpole 5 position var product=x * x share console.log (product)
2. Using pow () method
The pow () method returns the y power of x.
Syntax:
Math.pow (XBI y)
If you want to ask for a square, you can "Math.pow (x _ Magne2)".
Var Xerox 6 crystal var product=Math.pow (XMagol 2); console.log (product)
After reading this article, I believe you have a certain understanding of "how to square in javascript". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.