sim-c icon indicating copy to clipboard operation
sim-c copied to clipboard

[BUG REPORT] Power function not working when used inside parenthesis.

Open Kamal4126 opened this issue 3 years ago • 3 comments

//If a metal cube of side 3m is melted to make small balls, find the number of balls formed if each ball has a radius of 1.5cm
MAIN
	var vol1 = 3**3 
	var vol2 = 4/3 * PI * ((1.5/1000)**3)
	var number_of_balls = vol1/vol2
	print("The number of balls formed are: {number_of_balls}")
END_MAIN

@Math-O5 @Aayush-99

Kamal4126 avatar Jan 09 '21 18:01 Kamal4126

Can I work on this? @frankhart2018

Chasmiccoder avatar Feb 24 '21 05:02 Chasmiccoder

Sure assigning this to you @Chasmiccoder.

frankhart2018 avatar Feb 24 '21 05:02 frankhart2018

Would like to work on this issue.

pawankm21 avatar Oct 02 '21 12:10 pawankm21