Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6778329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:15:14+00:00 2026-05-26T16:15:14+00:00

I have function source stored in a string eg.: var source=(function(){return Math.sin(x);}); I want

  • 0

I have function source stored in a string eg.:

var source="(function(){return Math.sin(x);})";

I want to pass it to eval() and calculate it’s value later:

var f=eval(source);
var v=f();

It works well. However, I want to be able to use functions from Math without Math. prefix. So I would be able to do:

var source="(function(){return sin(x);})";

Is there a simple way to achieve this? I already use WebGL, so it doesn’t have to be compatible with older browsers.

Additional info:

I’m aware that eval() is bad. I’m writing function grapher, source is function entered by the user that is going to be drawn. That’s also why want to get rid of Math. prefixes.

I know it’s not going to be pretty but I’m not going to write my own parser. Maybe there is some better way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:15:14+00:00Added an answer on May 26, 2026 at 4:15 pm

    You can use the ancient, slow, ugly with keyword to extend the scope:

    var source="(function(){return sin(x);})";
    with (Math) {
        var f=eval(source);
        var v=f();
    }
    

    See also: https://developer.mozilla.org/en/JavaScript/Reference/Statements/with

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a DLL which provided a decoding function, as follows: function MyDecode (Source:
i have function public Menu Details(int? id) { return _dataContext.Menu.Include(ChildMenu).FirstOrDefault(m => m.MenuId == id);
I have function getCartItems in cart.js and I want to call that function in
If I have function names stored as strings in a Hashtable. Is there a
I have a function that gets x(a value) and xs(a list) and removes all
I have a list of function calls stored in a database, and for some
Suppose I have a the following in Scala object Foo { var functions: List[String
I have function: char *zap(char *ar) { char pie[100] = INSERT INTO test (nazwa,
let say i have function like below function doSomethingNow(){ callSomethingInFutureNotExistNow(); } at the moment
So I have function that formats a date to coerce to given enum DateType{CURRENT,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.