This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5151586450c16f03548c6f546cf7ad690f9aaaeb
c3c
/
lib
/
std
/
math
History
Christoffer Lerno
5151586450
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
..
math_builtin.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00
math_easings.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00
math_i128.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00
math_quaternion.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math_vector.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.complex.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.matrix.c3
Updated complex / matrix. Added quaternion math, vectors. Possible to add and mult scalar with vector. Fix where negating a float vector would be lowered incorrectly. Fix where $typeof(x) { ... } would not be valid compound literal. Fix where
var
would not be recognized as starting a declaration (e.g. in
if (var x = ...)
2023-01-21 00:59:33 +01:00
math.simple_random.c3
Added easings. Move of math to own folder.
2023-01-19 22:49:30 +01:00