Christoffer Lerno
|
abf0f64ac0
|
Share method extensions across modules by default. Fix bug in string split.
|
2022-12-14 13:18:01 +01:00 |
|
Christoffer Lerno
|
927ad2001f
|
Incorrect check for sqrt.
|
2022-12-04 01:13:47 +01:00 |
|
Dmitry Atamanov
|
5ff726d8d1
|
Added $$get_rounding_mode and $$set_rounding_mode builtins. (#655)
|
2022-11-14 13:07:32 +01:00 |
|
Christoffer Lerno
|
70f6ad1b27
|
Added "values" module.
|
2022-10-31 14:40:58 +01:00 |
|
Dmitry Atamanov
|
e070bf22ee
|
Added pow macros to math module.
|
2022-10-31 14:09:38 +01:00 |
|
Dmitry Atamanov
|
66d87b25a3
|
Added more math macros: cosec, cosech, cosh, cotan, cotanh, hypot, sec, sech, sinh, sqr, sqrt, tan, tanh.
|
2022-10-30 20:31:32 +01:00 |
|
Christoffer Lerno
|
e15dbd4907
|
Improve conversion functions.
|
2022-10-20 20:32:33 +02:00 |
|
Christoffer Lerno
|
fc41179636
|
Minor indention change.
|
2022-10-12 11:53:49 +02:00 |
|
Dmitry Atamanov
|
959c418e8b
|
Add a lot of math functions and macros. (#626)
|
2022-10-12 11:52:19 +02:00 |
|
Dmitry Atamanov
|
1d39fc475f
|
Added max and min macros to builtin_comparison module.
|
2022-10-05 23:13:38 +02:00 |
|
Christoffer Lerno
|
ad18d9ba48
|
Add .hash to integer types. Fixup of make and tmake. Updated map.c3 to become a working example. Fix bug in subarray -> pointer conversion. Search extension methods in std::core. Fix slice <-> slice copy.
|
2022-09-21 17:26:36 +02:00 |
|
Christoffer Lerno
|
81a2474f75
|
Add methods to basic types. Remove "intvec" and "floatvec" overloads. Update bits and math to use the new functionality. Introduces [<*>] and [<>] types. Bump version to 0.3.47
|
2022-09-17 22:00:28 +02:00 |
|
Christoffer Lerno
|
3a09f71830
|
Added initial intvec/floatvec operator
|
2022-09-11 22:52:01 +02:00 |
|
Dmitry Atamanov
|
5d15ec23bb
|
Rename $$fabs to $$abs
|
2022-08-29 12:51:02 +02:00 |
|
Christoffer Lerno
|
afe466d7b3
|
Added sinf/cosf. Minor refactoring to matrix lib. Added complex type.
|
2022-08-17 01:07:17 +02:00 |
|
Christoffer Lerno
|
b313bec69d
|
Fix to "typeid.kind". Conversion unsigned int -> enum fixed. @autoimport -> @builtin. Comparison macros. Bump to 0.2.21
|
2022-07-22 17:09:49 +02:00 |
|
Christoffer Lerno
|
8743223dd6
|
Allocators. Rename of "optenum" to fault. Memcpy and memset added. Cleanup of declaration use.
|
2022-04-09 20:07:59 +02:00 |
|
Christoffer Lerno
|
d42193dbd6
|
Fixes the alloca alignment on x64 for alignment > 16. Improved indexing into ConstInitializer adding const indexing into a const array during compile time. Add a temporary enum values result.
|
2022-02-08 11:41:34 +01:00 |
|