/
concept-collection
/
jupyterlite-numbl-kernel
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
jupyterlite-numbl-kernel
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
9ff4e5b
Branches
main
jupyterlite-numbl-kernel
/
demo
/
content
/
@Poly
/
evalAt.m
3 lines · 64 B
Copy
Copied
Blame
History
Raw
1
function y = evalAt(obj, x)
2
y = polyval(obj.coeffs, x);
3
end
↑
↓
move
↵
open
esc
close