Next | Query returned 10 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2021-06-03 12:41:31 by pin | Files touched by this commit (5) | Package removed
Log message:
Remove math/kalk: package has been renamed upstream
   2021-05-31 22:53:46 by pin | Files touched by this commit (3) | Package updated
Log message:
math/kalk: update to 0.5.4

-Fixed piping, implicit multiplication with groups like ⌈⌉, implemented
Iverson brackets.
   2021-05-30 08:43:45 by pin | Files touched by this commit (2) | Package updated
Log message:
math/kalk: update to 0.5.3

-Minor bug fixes
   2021-05-27 22:44:36 by pin | Files touched by this commit (2) | Package updated
Log message:
math/kalk: update to 0.5.2

-Adjusted estimation and rounding to include imaginary numbers
-Division with complex numbers
-Fixed negative scientific notation
-Basics of complex numbers
-Made sum() and ans compatible with complex numbers
-Implemented complex variants of prelude functions
-Allow a comma before 'dx' in integrals
-Always round values <= 10^-16 down to zero
-Finding square roots for estimate()
-Created synonym 'integral' for 'integrate'
-Convert fract to f64 before turning into string in estimate()
-Avoid panic because of invalid number literal
-Fixed integration with expressions like xdx
-Fixed rounding for complex numbers resulting in 0
-Integration with complex numbers
   2021-05-19 12:56:13 by pin | Files touched by this commit (2) | Package updated
Log message:
math/kalk: update to 0.4.1

0.4.1
=====
-Use KalkNum's to_string() function in to_scientific_notation()
-kalk_web: Added integral and estimation support
-Combined to_scientific_notation() methods for both types, and added types,
and added tests
-Added wasm binding to KalkNum.estimate()

0.4.0
=====
-Fixed mod.rs errors for when rug is not used, and added some unit tests
-Estimation/rounding for final results
-Lex special symbols as one token
-Basic rounding for calculus functions
-Higher order derivatation
-Improved accuracy for derivation
-Basics of derivation
-Created 'Identifier' struct that contains prime count and name
-Fixed integrate function test
-Lex '**' as power sign
-Switched to Simpson's rule (composite, 3/8) for integration
-Fixed "dx" in integrals, and created calculus.rs
-Integration estimation
-Fixed zeroes being trimmed for non-rug numbers
-kalk: Fixed type error in kalk_num/regular.rs
-Trimming trailing zeroes for non-rug numbers
-Fixed xy^z precedence, from (xy)^2 to x(y^2)
   2021-05-14 15:30:56 by Nia Alarie | Files touched by this commit (1)
Log message:
kalk: needs m4
   2021-04-24 21:47:11 by pin | Files touched by this commit (1)
Log message:
math/kalk: reset maintainer
   2021-02-23 15:48:11 by pin | Files touched by this commit (2) | Package updated
Log message:
math/kalk: update to 0.3.14

-Important xy^z precedence fix, and some minor polishing
   2021-01-30 23:21:27 by pin | Files touched by this commit (3) | Package updated
Log message:
math/kalk: update to 0.3.13

-Removed timeout from kalk_cli
   2021-01-13 12:15:55 by pin | Files touched by this commit (5)
Log message:
math/kalk: import package

Kalk is a calculator (both program and library) that supports user-define
variables, functions, and units (experimental).

Next | Query returned 10 messages, browsing 1 to 10 | previous