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

Fix NumberFFVector documentation, add an example #3079

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

fingolfin
Copy link
Member

The documentation of NumberFFVector made it sound as if a value from 1 to q^n is returned, but it really returns a value from 0 to q^n-1.

Also fix another unrelated typo in listcoef.gd.

This could be backported.

The documentation of NumberFFVector made it sound as if a value from 1 to q^n
is returned, but it really returns a value from 0 to q^n-1.

Also fix another unrelated typo in listcoef.gd.
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them topic: documentation Issues and PRs related to documentation topic: library backport-to-4.10 labels Dec 3, 2018
@codecov
Copy link

codecov bot commented Dec 3, 2018

Codecov Report

Merging #3079 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3079      +/-   ##
==========================================
+ Coverage   83.85%   83.85%   +<.01%     
==========================================
  Files         688      688              
  Lines      343238   343219      -19     
==========================================
- Hits       287818   287816       -2     
+ Misses      55420    55403      -17
Impacted Files Coverage Δ
lib/listcoef.gd 100% <ø> (ø) ⬆️
lib/vecmat.gd 100% <ø> (ø) ⬆️
lib/record.gi 75.94% <0%> (-2.63%) ⬇️
lib/files.gd 74.28% <0%> (-0.37%) ⬇️
lib/record.gd 100% <0%> (ø) ⬆️
lib/string.gd 100% <0%> (ø) ⬆️
lib/streams.gi 70.45% <0%> (+0.21%) ⬆️
hpcgap/lib/hpc/stdtasks.g 72.18% <0%> (+0.4%) ⬆️
lib/string.gi 77.88% <0%> (+0.43%) ⬆️
src/iostream.c 63.49% <0%> (+1.14%) ⬆️
... and 1 more

@fingolfin fingolfin merged commit 4eb9249 into gap-system:master Dec 4, 2018
@fingolfin fingolfin deleted the mh/NumberFFVector-docs branch December 4, 2018 08:19
@fingolfin
Copy link
Member Author

Backported via 782bf18

@olexandr-konovalov olexandr-konovalov added this to the GAP 4.10.1 milestone Dec 16, 2018
@olexandr-konovalov olexandr-konovalov added the release notes: added PRs introducing changes that have since been mentioned in the release notes label Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-4.10-DONE kind: bug Issues describing general bugs, and PRs fixing them release notes: added PRs introducing changes that have since been mentioned in the release notes topic: documentation Issues and PRs related to documentation topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants