This repository was archived by the owner on Sep 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/eo/org/eolang/math Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626+rt jvm org.eolang:eo-math:0.0.0
2727+version 0.0.0
2828
29+ # Counts integral from a to b
2930# @todo #105:30min. Fix integral tests. Since new declarative "while" was
3031# introduced current implementation of integral is not relevant anymore. Need
3132# to remake it and unwrap tests
32- # Counts integral from a to b
3333[fun a b] > integral
3434 [fun a b] > subsection
3535 times. > @
Original file line number Diff line number Diff line change 482482 count
483483 count
484484
485- # @todo #105:30min. Fix taylor and its tests. Since new declarative "while"
486- # was introduced current implementation of taylor is not relevant anymore.
487- # Need to remake it and unwrap tests
488485 # Computes series buy the numbers for start and finish and function of
489486 # coefficient of nth term. It is NaN if infinity passed because the
490487 # implementation would get infinity time to calculate sum of infinity terms
488+ # @todo #105:30min. Fix taylor and its tests. Since new declarative "while"
489+ # was introduced current implementation of taylor is not relevant anymore.
490+ # Need to remake it and unwrap tests
491491 [start finish f] > taylor
492492 ^.n > value!
493493 memory start > iterator
586586 (number self-as-float).ln
587587 (number base-as-float).ln
588588
589+ # Natural logarithm of ^.n
589590 # @todo #105:30min. Fix "ln" and its tests. Since new declarative "while"
590591 # was introduced current implementation of "ln" is not relevant anymore.
591592 # Need to remake it and unwrap tests
592- # Natural logarithm of ^.n
593593 [] > ln
594594 as-float > value!
595595 number > @
You can’t perform that action at this time.
0 commit comments