Description Usage Arguments Examples
Function to extract constant term from the equation string for further manipulations
1 | numextract(string, ret = "s")
|
string |
equation |
ret |
whether returned value is going to be string ("s", default) or numeric ("n") |
1 2 | numextract("E = 0.4254*R + 1.0341", "n")
1.0341
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.