Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline oscampo  
#1 Posted : 29 May 2013 19:24:16(UTC)
oscampo


Rank: Advanced Member

Groups: Registered
Joined: 10/12/2009(UTC)
Posts: 249
Man
Colombia
Location: Cali, Colombia

Was thanked: 87 time(s) in 66 post(s)
Hi,
I found this behavior working with Maple plugin:

arctan() function not defined

I think that it would be easily fixed by uni

Thanks in advance!

Oscar

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Davide Carpi  
#2 Posted : 29 May 2013 19:53:16(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,654
Man
Italy
Location: Italy

Was thanked: 1340 time(s) in 879 post(s)
@uni

I think that you can use directly:

Code:
ExpressionString = ( new Regex( @"\batan\(" ) ).Replace( ExpressionString, Functions.Arctg + @"(" );
ExpressionString = ( new Regex( @"\barctg\(" ) ).Replace( ExpressionString, Functions.Arctg + @"(" );


using the Functions.* you don't need to write the right SMath function name.


best regards,

w3b5urf3r

Edited by user 29 May 2013 22:07:08(UTC)  | Reason: Not specified

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 30/05/2013(UTC)
Offline uni  
#3 Posted : 30 May 2013 04:17:53(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,495
Man
Russian Federation

Was thanked: 1275 time(s) in 746 post(s)
Oscar, could you attach the file and the log (mvr5.txt)? As for me your example works fine.

@w3b5urf3r

Thanks, I forgot about that.
Russia ☭ forever
Viacheslav N. Mezentsev
Offline oscampo  
#4 Posted : 31 May 2013 00:58:33(UTC)
oscampo


Rank: Advanced Member

Groups: Registered
Joined: 10/12/2009(UTC)
Posts: 249
Man
Colombia
Location: Cali, Colombia

Was thanked: 87 time(s) in 66 post(s)
Originally Posted by: uni Go to Quoted Post
Oscar, could you attach the file and the log (mvr5.txt)? As for me your example works fine.


Here the files.

Thanks in advance!

Oscar
thanks 1 user thanked oscampo for this useful post.
on 31/05/2013(UTC)
Offline uni  
#5 Posted : 31 May 2013 17:19:11(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,495
Man
Russian Federation

Was thanked: 1275 time(s) in 746 post(s)
Originally Posted by: oscampo Go to Quoted Post
Originally Posted by: uni Go to Quoted Post
Oscar, could you attach the file and the log (mvr5.txt)? As for me your example works fine.


Here the files.

Thanks in advance!

Oscar


Fixed and updated. Try now.

Edited by user 31 May 2013 18:35:04(UTC)  | Reason: Not specified

uni attached the following image(s):
MapleWrapper_screen16.png
Russia ☭ forever
Viacheslav N. Mezentsev
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.