|
From: | Andreas Weber |
Subject: | Re: max_recursion_depth exceeded |
Date: | Wed, 9 Oct 2019 21:09:18 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
Am 09.10.19 um 16:01 schrieb harish3679: > sin(2*pi) > error: max_recursion_depth exceeded > error: called from > sin at line 30 column 4 You have created a function "sin" which overwrites the builtin function and you make a recursive call to itself at line 30
[Prev in Thread] | Current Thread | [Next in Thread] |