Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript.builtins.Math.sin - <SUMMARIZE THE PROBLEM> #24640

Closed
Dominicpalaciod opened this issue Oct 5, 2024 · 8 comments
Closed

javascript.builtins.Math.sin - <SUMMARIZE THE PROBLEM> #24640

Dominicpalaciod opened this issue Oct 5, 2024 · 8 comments
Labels
invalid 🚫 Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry! spam 🗑️ Junk issues/PRs, 'nuff said.

Comments

@Dominicpalaciod
Copy link

No description provided.

Copy link

github-actions bot commented Oct 5, 2024

This issue was automatically closed because the title was left as the default, and a summary was not added.

If this is not a spam issue, please replace the <SUMMARIZE THE PROBLEM> part of the title with a short summary of the reported issue, and then post a follow-up comment. A maintainer will review your issue and reopen it if needed.

@github-actions github-actions bot added the invalid 🚫 Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry! label Oct 5, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
@Dominicpalaciod
Copy link
Author

This issue was automatically closed because the title was left as the default, and a summary was not added.

If this is not a spam issue, please replace the <SUMMARIZE THE PROBLEM> part of the title with a short summary of the reported issue, and then post a follow-up comment. A maintainer will review your issue and reopen it if needed.

@Dominicpalaciod
Copy link
Author

// trig.mjs (ESM)
export const sin = x => Math.sin(x);
export const cos = x => Math.cos(x);
export const tan = x => Math.tan(x);

@Dominicpalaciod
Copy link
Author

// trig.mjs (ESM)
export const sin = x => Math.sin(x);
export const cos = x => Math.cos(x);
export const tan = x => Math.tan(x);

@Dominicpalaciod
Copy link
Author

Dominicpalaciod commented Oct 5, 2024

Oracle JET is targeted at JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries (Preact or Knockout based architectures) along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.

@Dominicpalaciod
Copy link
Author

// trig.mjs (ESM)
export const sin = x => Math.sin(x);
export const cos = x => Math.cos(x);
export const tan = x => Math.tan(x);

2 similar comments
@Dominicpalaciod
Copy link
Author

// trig.mjs (ESM)
export const sin = x => Math.sin(x);
export const cos = x => Math.cos(x);
export const tan = x => Math.tan(x);

@Dominicpalaciod
Copy link
Author

// trig.mjs (ESM)
export const sin = x => Math.sin(x);
export const cos = x => Math.cos(x);
export const tan = x => Math.tan(x);

@mdn mdn locked and limited conversation to collaborators Oct 6, 2024
@queengooborg queengooborg added the spam 🗑️ Junk issues/PRs, 'nuff said. label Oct 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid 🚫 Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry! spam 🗑️ Junk issues/PRs, 'nuff said.
Projects
None yet
Development

No branches or pull requests

2 participants