hello,
i want to calcul this fonction 1000*((1.02)^(10)) with the result =1218.99.
In scriptcase the result = 11000
somebody please
hello,
i want to calcul this fonction 1000*((1.02)^(10)) with the result =1218.99.
In scriptcase the result = 11000
somebody please
This is actually a php question, not a SC issue. Look at http://php.net/manual/en/function.pow.php I think this might help you.
ok it’s good thank
ok parfait
pow(1.02 , 10)* 1000=1218,99
good job