Skip Menu |

This queue is for tickets about the Math-Expression-Evaluator CPAN distribution.

Report information
The Basics
Id: 123275
Status: new
Priority: 0/
Queue: Math-Expression-Evaluator

People
Owner: Nobody in particular
Requestors: anatomist.noelectrons [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Math Expression after variable substitutions
Date: Fri, 13 Oct 2017 22:58:48 -0400
To: bug-Math-Expression-Evaluator [...] rt.cpan.org
From: Anatomist NoElectrons <anatomist.noelectrons [...] gmail.com>
Hi, Is it possible to extract the expression after the variables are substituted without evaluating it? If possible, functions evaluated. The objective is to see only numbers and math symbols. For example, given: a = 2; b = 3; a + 5 + (b * 4) - sin(90) I want to get: 2 + 5 + (3 * 4) - 1 Thank you in advance for your reply, Reddy AnAtomist.NoElectrons@gmail.com