Commit Graph

121 Commits

Author SHA1 Message Date
44170697cb Begin forking with new features 2023-06-22 01:07:17 -04:00
ISibboI
e720ba5ed1
Update README.md
Add more badges.
2023-06-01 16:40:03 +03:00
Sebastian Schmidt
e1e4d125fb Update MSRV. 2023-06-01 16:35:59 +03:00
Sebastian Schmidt
57bc27ef8c Document that integers can also be written in hex. 2023-06-01 16:03:28 +03:00
Sebastian Schmidt
df869d487b Move CLI documentation after quickstart. 2023-06-01 15:53:11 +03:00
Sebastian Schmidt
daebc821d7 Document CLI in readme. 2023-06-01 15:52:13 +03:00
Sebastian Schmidt
199a42ebab Fixes for pull request #130. 2023-05-27 11:04:56 +03:00
ISibboI
e63a99af80
Merge branch 'main' into main 2023-05-27 10:42:40 +03:00
Sebastian Schmidt
5a4dcf9516 Fix docs and error types. 2023-05-21 10:30:53 +03:00
Codex Yore
24c1749143 Resolving issues for PR #129 2023-05-21 10:30:53 +03:00
LinuxHeki
1fc137a233 add math::abs to docs 2023-05-20 15:34:46 +02:00
Sebastian Schmidt
0a46a244e0 Make docs more uniform. 2023-05-16 17:55:24 +03:00
Sebastian Schmidt
7d440dd972 Update readme to reflect MSRV change. 2023-04-13 15:54:20 +03:00
Sebastian Schmidt
3d60c66305 Replace version specification in README with "desired version". 2022-07-15 13:16:24 +03:00
ISibboI
687f762115
Merge branch 'main' into random 2022-04-07 16:20:41 +03:00
Ophir LOJKINE
bce31e24ae new function: random()
random() returns a random number between 0 and 1
2022-03-30 14:39:26 +02:00
Ophir LOJKINE
8eedf720e7 Implement changes requested in PR
https://github.com/ISibboI/evalexpr/pull/101#issuecomment-1076466426
2022-03-23 16:33:53 +01:00
Ophir LOJKINE
10528d198c sync README.md 2022-03-23 13:13:22 +01:00
Ophir LOJKINE
3c4a429e8d Remove is_sumbnormal 2022-03-23 13:11:41 +01:00
Ophir LOJKINE
2e0ef6ea4c add new functions to the readme 2022-03-23 13:08:21 +01:00
Sebastian Schmidt
13004867ce Sync README. 2022-03-23 12:24:22 +01:00
Sebastian Schmidt
32a88b1e07 Sync README. 2022-03-16 16:13:37 +02:00
Diane Sparks
680ff4ca98
Sync readme 2022-03-06 10:28:44 -08:00
Sebastian Schmidt
00a00ada55 Merge branch 'sebschmi/i94_parenthese_parsing_bug' into main 2022-02-20 09:33:11 +02:00
Sebastian Schmidt
8bb00c3919 Sync README. 2022-02-20 09:31:17 +02:00
ISibboI
53f2b6979b
Update README.md
Add information about untrusted input.
2022-01-18 13:41:21 +01:00
Sebastian Schmidt
ea278893ac Prepare for 6.6.0 release. 2021-10-13 14:31:02 +03:00
Sebastian Schmidt
b3be7f600c Implement bitwise operators as builtin functions.
Relates to #88
2021-10-12 14:59:10 +03:00
Sebastian Schmidt
7550cfe18b Change code coverage link branch to main. 2021-08-16 13:51:36 +03:00
Sebastian Schmidt
053f3cf877 Add further documentation about float VS int behavior.
Relates to #89
2021-08-01 15:22:10 +03:00
Sebastian Schmidt
42771468a1 Update docs and changelog. 2021-07-21 13:42:50 +03:00
Sebastian Schmidt
0e139e6d4d Update MSRV also in readme. 2021-07-13 15:08:09 +03:00
Sebastian Schmidt
56a5f7b0e8 Update changelog and readme for 7.0 release. 2021-07-13 14:43:59 +03:00
Sebastian Schmidt
08bc44183e Fix missing argument type for atan2.
Relates to #85
2021-07-06 15:50:05 +03:00
Magnus Ulimoen
26b52736b8 Run cargo sync-readme 2021-07-04 14:30:16 +02:00
Sebastian Schmidt
dc9cd98cec Improve syntax of documentation. 2021-06-15 08:38:37 +03:00
Sebastian Schmidt
d6886bbc5b Add coveralls badge to readme. 2021-06-02 18:18:42 +03:00
Sebastian Schmidt
aeb822db9c Move MRSV statement higher up in readme. 2021-06-02 17:51:51 +03:00
Sebastian Schmidt
63b8a43bd6 Update MSRV. 2021-06-02 17:43:37 +03:00
Edwin Svensson
10a388aaf3
'namespace' & document math functions 2021-05-31 01:04:33 +02:00
Sebastian Schmidt
b4974a8a2b Prepare for 6.0.0. 2021-05-28 15:14:52 +03:00
Sebastian Schmidt
6163972382 Reformat code examples to reduce horizontal scrolling 2019-08-30 10:07:48 +03:00
Sebastian Schmidt
b8d7344cc5 Improve documentation 2019-08-30 10:03:31 +03:00
Sebastian Schmidt
4571f3a578 Update aggregation operator documentation
Relates to #44
2019-08-30 09:16:43 +03:00
Sebastian Schmidt
d8eed924cc Add documentation about operator assignments 2019-08-29 13:21:54 +03:00
Sebastian Schmidt
b9c4b34a2f Make builtin len support tuples
Implements #41
2019-08-29 11:10:54 +03:00
Sebastian Schmidt
95ba26a2cd Fix doctest for context creation macro
Relates to #48
2019-08-29 10:50:32 +03:00
Sebastian Schmidt
60b6cdf180 Add documentation about context creation macro
Implements #48
2019-08-29 10:47:58 +03:00
Sebastian Schmidt
3670bcaf63 Add comments to code in docs 2019-08-29 10:33:12 +03:00
Sebastian Schmidt
88559d5493 Add some information about contexts to docs 2019-08-29 10:30:55 +03:00