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

Feature/export errors and symbols #147

Merged
merged 7 commits into from
Jan 30, 2023

Conversation

bornova
Copy link
Contributor

@bornova bornova commented Jan 25, 2023

Based on feedback from #79, retroactively add symbol functions. Also re-export error functions which were left out during refactoring of v3.0.

@bornova bornova mentioned this pull request Jan 25, 2023

import { POWER } from './../math-trig.js'

/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a little paragraph to explain the motivation of the whole file? Instead of the legacy doc block of each function.

/**
 * Formula.js only
 *

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like me to add something like this to the top of the page:

/**
 * Following functions are part of Formula.js only and not found in Excel.
 * Purpose of these functions is to implement an Excel like behavior for fundamental math symbols such as +, -, /, *, etc.
 */

We can leave the individual doc blocks intact if that's ok since they provide intellisense to the IDEs?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect. Let's do it like that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@nicolashefti nicolashefti merged commit 483d6a2 into master Jan 30, 2023
@bornova bornova deleted the feature/export-errors-and-symbols branch January 30, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants