Skip to content

Given three floating-point numbers x, y, and z, output x to the power of z, x to the power of (y to the power of z), the absolute value of y, and the square root of (xy to the power of z).

Notifications You must be signed in to change notification settings

DanLDevs/Using-Math-Methods-Java-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Using-Math-Methods-Java-

Given three floating-point numbers x, y, and z, output x to the power of z, x to the power of (y to the power of z), the absolute value of y, and the square root of (xy to the power of z).

Example Input and Output: Input: 3.6 4.5 2.0 Output: 12.96 1.841304610218211E11 4.5 16.2

About

Given three floating-point numbers x, y, and z, output x to the power of z, x to the power of (y to the power of z), the absolute value of y, and the square root of (xy to the power of z).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages