Hi Erel Does B4PPC provide any means to mimick Exp or SinH ? Thanks Robert
alfcen Well-Known Member Licensed User Longtime User Sep 30, 2007 #1 Hi Erel Does B4PPC provide any means to mimick Exp or SinH ? Thanks Robert
Erel B4X founder Staff member Licensed User Longtime User Sep 30, 2007 #2 You can add these subs: B4X: Sub Exp(x) return cE ^ x End Sub Sub SinH(x) return (cE^x - cE^(-x))/2 End Sub
You can add these subs: B4X: Sub Exp(x) return cE ^ x End Sub Sub SinH(x) return (cE^x - cE^(-x))/2 End Sub
alfcen Well-Known Member Licensed User Longtime User Sep 30, 2007 #3 Thanks, Erel, you are an angel, indeed, and the fastest flying around I was close to that but introduced a typo. Cheers Robert
Thanks, Erel, you are an angel, indeed, and the fastest flying around I was close to that but introduced a typo. Cheers Robert