@@ -36 +36 @@
- function EpiX(R,r,d,t){
+ function EpiX(R,r,d,t,Z){
@@ -39 +39 @@
- function EpiY(R,r,d,t){
+ function EpiY(R,r,d,t,Z){
@@ -42 +42 @@
- function HypX(R,r,d,t){
+ function HypX(R,r,d,t,Z){
@@ -45 +45 @@
- function HypY(R,r,d,t){
+ function HypY(R,r,d,t,Z){
@@ -57,2 +57,2 @@
- let x = EpiX(R,r,d,t);
- let y = EpiY(R,r,d,t);
+ let x = EpiX(R,r,d,t,Z);
+ let y = EpiY(R,r,d,t,Z);
@@ -76,2 +76,2 @@
- let x = HypY(R,r,d,t)
- let y = HypY(R,r,d,t)
+ let x = HypY(R,r,d,t,Z);
+ let y = HypY(R,r,d,t,Z);
you have a skill issue
no i wrote it in 10 minutes
you have a time issue then
tiny error with args, just needs the Z adding
found the bug
post a comment