-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
Add support for computing the derivative of cardinal sine (cosc) #257
Open
Rinbo
wants to merge
146
commits into
stdlib-js:develop
Choose a base branch
from
Rinbo:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
146 commits
Select commit
Hold shift + click to select a range
c94c371
Use non-deprecated mode
kgryte 5ea499a
Update wording
kgryte b91e77b
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into de…
kgryte 806b7f7
Add licence header
Rinbo 62640bd
Add package.json
Rinbo 97d18ae
Add cosc.js
Rinbo ec4b0d9
Add index.js for lib dir
Rinbo 725c50d
Add Julia test fixtures
Rinbo f290a9a
Add fixtures using Julia
Rinbo 97a13f0
Re-run Julia fixture generator and add tests
Rinbo 074c112
Add examples
Rinbo 9dddabc
Add benchmark
Rinbo 2a7ead2
Add typescript examples and test
Rinbo d7a8fbc
Update readme
Rinbo e46f5bb
Add missing backtick
Planeshifter e1f162e
Add Typescript definitions
Planeshifter 39b4271
Add backticks
Planeshifter 4a7956b
Add Typescript definitions
Planeshifter 44c83db
Fix options
kgryte d4110d3
Fix options
kgryte 896aa3e
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into de…
kgryte cd20a3e
Add initial REPL implementation
kgryte de907d5
Clear entire screen and scrollback history
kgryte c5c1c6d
Refactor into functions which operate on a REPL instance
kgryte 34458aa
Move method to prototype
kgryte bc2e756
Prevent operations on a closed REPL
kgryte c25707c
Move functions to separate files
kgryte 1d48003
Import only the used method
kgryte 315f32c
Add support for printing top-level REPL help info
kgryte 29979de
Consolidate functions for creating the evaluation context
kgryte d4a71eb
Move utilities to separate files
kgryte 5ffcf6c
Add index file
kgryte e6098ec
Update require path
kgryte c5c77cd
Update example
kgryte 2497ce9
Add `package.json`
kgryte 0030253
Add benchmarks
kgryte afcb37d
Update examples
kgryte bf9caf1
Add utility to list namespace aliases
kgryte 9195a5e
Add task to update list of namespace aliases
kgryte 0c18983
Update database
kgryte 648ac84
Update namespace
kgryte 934611d
Update namespace
kgryte c965fcb
Fix example
kgryte c4ee758
Add utility to map an alias to a package name
kgryte a68872f
Patch alias mangling behavior and add TODOs
kgryte cda14c1
Update recipe to generate mapping between aliases and pkg names
kgryte f8ae62b
Update namespace
kgryte b5b9382
Fix example
kgryte d531f0c
Add utility to map a package name to an alias
kgryte b936ee5
Add task for building a mapping between package names and aliases
kgryte c4ca79e
Update namespace
kgryte a7d4cbe
Add utility to return related aliases
kgryte d6053e3
Remove environment variables and update recipes
kgryte 2b65a31
Remove quotes
kgryte 02bcbf7
Update namespace
kgryte 3f75a51
Fix off-by-one error in examples
kgryte ba05453
Fix off-by-one error
kgryte 5b9a8fa
Add data package files
kgryte dfe4c8e
Add data package files
kgryte 5bd0e32
Add data package files
kgryte 9fe282b
Fix function name
kgryte d2de7f8
Fix error message
kgryte c1bbb8c
Add utility to return related package names
kgryte 34be402
Disable lint rule
kgryte ecaea40
Add task to generate mapping between related packages
kgryte b4af5f4
Update namespace
kgryte 182d473
Update comments and fix copy-paste error
Planeshifter 49f9b1c
Add utility to set a configurable read-only property
kgryte c0b69cb
Update namespace
kgryte 86b038c
Update namespace
kgryte 8223567
Add object types
kgryte 0a391ae
Add property descriptor type
kgryte 293a4ec
Add TypeScript declaration file
kgryte 267aaa1
Rename import to avoid collision with TypeScript type
kgryte dbde994
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into de…
kgryte fefec52
Fix variable name
kgryte 0dad968
Fix missing `types` field
kgryte 1b09094
Add utility to define a configurable read-only accessor
kgryte 4326f02
Update namespace
kgryte 49cf77a
Update namespace
kgryte 1e96dd7
Fix variable name
kgryte b4494b2
Add utility to define a configurable write-only accessor
kgryte 20f5f4e
Update namespace
kgryte d5078db
Update namespace
kgryte c1ab594
Fix enumerability
kgryte 878fdfc
Run examples in strict mode
kgryte aca2cb6
Add utility to define a configurable read-write accessor
kgryte e164e81
Update namespace
kgryte 4feecf1
Update namespace
kgryte 6303f89
Fix enumerability
kgryte ecf2b5c
Fix expected value
kgryte 67ce2f0
Add utility to define a memoized object property
kgryte eb2c6e2
Update namespace
kgryte c840813
Update namespace
kgryte 7ecde2e
Add utility to define a memoized read-only property
kgryte 5cb605d
Update namespace
kgryte ad868c8
Update namespace
kgryte 1c48dc1
Update examples
kgryte 2dbf9d4
Set alias accessors on context object and remove utils
kgryte 8318174
Move functions to separate files
kgryte 82246b2
Add debug statements
kgryte ba0f85c
Fix require path
kgryte 8b0bb1e
Fix copyright year
kgryte 5d36d03
Update comment
kgryte 84a73b9
Refactor to provide the context object as an argument
kgryte b4e04ad
Cache resolved global variables/properties
kgryte c4c512f
Convert internal buffer to a strided array
kgryte c6f9e65
Add support for resolving a package name based on an object reference
kgryte b95d537
Add support for resolving related aliases provided an object reference
kgryte c720bd2
Fix caching
kgryte d65ab57
Print error message if unrelated to resolve related
kgryte 9749db1
Refactor database generation and package API
kgryte 68c50ed
Fix missing `types` fields
kgryte 4321c6b
Rename CLI alias
kgryte fccff03
Rename data package
kgryte 1d03160
Fix variable bug
kgryte de5a18a
Fix resolution of package aliases
kgryte e7f6e8d
Refactor database generation and package API
kgryte a5ed4ce
Use temporary workaround to allow current REPL usage
kgryte 885a2e8
Fix writing to REPL and add support for printing help text
kgryte 1a400d9
Update error messages
kgryte fe2d684
Guard against missing help texts
kgryte b511a53
Guard against missing help texts
kgryte 883a3dc
Remove file
kgryte 8fc2704
Add command for asserting whether a string is a keyword
kgryte df12bff
Add support for running examples
kgryte 5ec19d2
Fix logic for evaluating loaded commands
kgryte 17be029
Refactor in accordance with pull request comments
Rinbo 19ebafa
Change 'Return' to 'returns' in several places
Rinbo de00626
Remove dublicate </equation> comment
Rinbo 1d7216c
Add licence header
Rinbo b396dc2
Add package.json
Rinbo b5ddcdc
Add cosc.js
Rinbo 70a9faa
Add index.js for lib dir
Rinbo 53f1d36
Add Julia test fixtures
Rinbo 6477d84
Add fixtures using Julia
Rinbo 8d379cf
Re-run Julia fixture generator and add tests
Rinbo c3ca92b
Add examples
Rinbo 9d2dc74
Add benchmark
Rinbo 9effbe6
Add typescript examples and test
Rinbo aee020e
Update readme
Rinbo 3381152
Refactor in accordance with pull request comments
Rinbo c8b7445
Change 'Return' to 'returns' in several places
Rinbo cf65b8f
Remove dublicate </equation> comment
Rinbo 03fd943
Rebasing with upstream
Rinbo c0fa3e0
Update julia fixtures with values for x that don't run into julia pre…
Rinbo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add licence header
- Loading branch information
commit 1d7216c04daa8eed886f7118291b51c08785a09d
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- | ||
|
||
@license Apache-2.0 | ||
|
||
Copyright (c) 2018 The Stdlib Authors. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
--> | ||
|
||
# Computes derivative of the cardinal sine function |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all files in this contribution, we need to update the year to
2019
, as this is the year the contribution is being made.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed