Commit Graph

33 Commits (main)

Author SHA1 Message Date
able 0781df85c0 REVERT SCUFFED FIX 2022-01-05 06:59:42 +00:00
HTG-YT 7a1e0a47df update spdx-license-identifier 2022-01-03 20:16:22 +08:00
HTGAzureX1212 b04ed351ef
Update Cargo.toml 2022-01-03 20:13:38 +08:00
HTGAzureX1212 a1567d7b91
Update LICENSE 2022-01-03 20:13:20 +08:00
HTGAzureX1212 ad2865a706
Merge #1 - AbleOS:main
Update lib.rs
2021-12-25 14:09:41 +08:00
Able ab8a053bd4
Update lib.rs 2021-12-24 07:25:43 -06:00
HTG-YT 597110801c update license 2021-08-17 11:10:41 +08:00
HTG-YT 3f6e0ba2e1 update module import and crate features 2021-08-08 11:52:44 +08:00
HTG-YT 08845d0c56 fix build error 2021-08-07 20:16:46 +08:00
HTG-YT 7aaf15fbb0 add pow, powf, remainder, remainderf, remquo, remquof, round, roundf, scalbn, scalbnf, sin, sincos, sincosf, sinf, sinh, sinhf, sqrt, sqrtf, tan, tanf, tanh, tanhf, tgamma, tgammaf, trunc, truncf, y0, y0f, y1, y1f, yn, ynf functions 2021-08-07 20:11:24 +08:00
HTG-YT 9480871816 add modf, modff, nextafter, nextafterf functions 2021-08-07 19:26:35 +08:00
HTG-YT f50a56a3e8 add log, log10, log10f, log1p, log1pf, log2, log2f, logf functions 2021-08-07 18:57:08 +08:00
HTG-YT 403f967f6a add ldexp, ldexpf, lgamma, lgamma_r, lgammaf, lgammaf_r functions 2021-08-07 18:41:42 +08:00
HTG-YT 05f9e20462 fix build errors 2021-08-07 17:14:30 +08:00
HTG-YT 99c9dde1d9 add j0, j0f, j1, j1f, jn, jnf functions 2021-08-07 16:13:42 +08:00
HTG-YT de0bc1436b add hypot, hypotf, ilogb, ilogbf functions 2021-08-07 16:09:03 +08:00
HTG-YT 91c3738e6c add fmod, fmodf, frexp, frexpf functions 2021-08-07 16:05:05 +08:00
HTG-YT ef0620ba88 add fmax, fmaxf, fmin, fminf function 2021-08-07 14:45:21 +08:00
HTG-YT a0c71a1266 add floor, floorf, fma, fmaf functions 2021-08-07 14:31:09 +08:00
HTG-YT 096ef095b0 add fabs, fabsf, fdim, fdimf functions 2021-08-07 14:17:52 +08:00
HTG-YT 2270d7ed2d add expm1, expm1f functions 2021-08-07 14:07:20 +08:00
HTG-YT cc9e2b19de add exp, exp10, exp10f, exp2, exp2f, expf functions 2021-08-07 13:38:12 +08:00
HTG-YT 4ddc856fa6 add erf, erff, erfc, erfcf functions 2021-08-07 13:29:47 +08:00
HTG-YT 3b988ea0d7 add cos, cosf, cosh, coshf 2021-08-07 13:14:33 +08:00
HTG-YT 62090a4421 add copysign, copysignf 2021-08-07 13:03:31 +08:00
HTG-YT 520b00ee89 add cbrt, cbrtf, ceil, ceilf 2021-08-07 12:22:39 +08:00
HTG-YT 8fc81cf4cd atanh, atanhf 2021-08-06 23:38:39 +08:00
HTG-YT b93f6cabd2 add atan, atan2, atan2f, atanf 2021-08-06 23:35:28 +08:00
HTG-YT ee59a54d73 update README 2021-08-06 23:26:14 +08:00
HTG-YT 7cf7237183 add asin, asinf, asinh, asinhf 2021-08-06 23:24:53 +08:00
HTG-YT 005ed4e943 implement acos, acosf, acosh, acoshf 2021-08-06 23:15:59 +08:00
HTG-YT 7f194b3559 init crate 2021-08-06 22:54:24 +08:00
HTG-YT 25b9000410
Initial commit 2021-08-06 22:49:15 +08:00