| Author |
Math Function
|
suganya raj
Greenhorn
Joined: Aug 08, 2007
Posts: 10
|
|
Hi, While writing math function i was able to write 15^2 using ² but not for 15^5. what is the problem? Regards, Suganya EasyCalculation ToFocus
|
 |
Herman Schelti
Ranch Hand
Joined: Jul 17, 2006
Posts: 387
|
|
hi suganya, problem is: you did not post any code... If you are using javascript: Math.pow(15,5) will be fine. Herman
|
 |
 |
|
|
subject: Math Function
|
|
|