'Math Equation to text
Is there a way to convert Math Equations to a Text?
ex.
3π * 3 = x
out put will be
3(3.141592) multiplied by 3 equals to x
Solution 1:[1]
By default Its not possible, You can write a code in such way that it will get the correct string(word) for different symbols and numbers. You can use the database for storing the words or you can do it with your functions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
