Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
jalhyd
Commits
48b05817
Commit
48b05817
authored
Oct 30, 2019
by
Mathias Chouet
🍝
Browse files
Sort imports
parent
ad8ee303
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/trigo.ts
View file @
48b05817
import
{
CalculatorType
}
from
"
./compute-node
"
;
import
{
Nub
}
from
"
./nub
"
;
import
{
ParamCalculability
}
from
"
./param/param-definition
"
;
import
{
ParamDomainValue
}
from
"
./param/param-domain
"
;
import
{
TrigoParams
}
from
"
./trigo_params
"
;
import
{
Interval
}
from
"
./util/interval
"
;
import
{
Observer
}
from
"
./util/observer
"
;
import
{
Result
}
from
"
./util/result
"
;
import
{
ParamDomain
,
ParamDomainValue
}
from
"
./param/param-domain
"
;
export
enum
TrigoOperation
{
COS
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment