This extension provides useful math utility functions to quickly round, ceil, and floor numbers, etc in your code. Powered by JavaScript's Math object, enhance your coding experience with seamless mathematical adjustments directly from your editor!
✨ Features
Round Numbers: Adjust numbers to specified decimal places with ease.
Ceil Numbers: Round up to the nearest specified decimal place.
Floor Numbers: Round down to the nearest specified decimal place.
Absolute Value: Get the absolute value of a number without any prompts.
Square Root: Calculate the square root of a number without any prompts.
Random Integer: Generate a random integer between a specified minimum and maximum value with prompts for the range.
Calculate Sine: Get the sine of the selected number.
Calculate Cosine: Get the cosine of the selected number.
Calculate Tangent: Get the tangent of the selected number.