1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:45:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Math
davidot b79f03182d LibJS: Add special cases for Math.cosh and add spec comments
Although this already works in most cases in non-kvm serenity cases the
cosh and other math function tend to return incorrect values for
Infinity. This makes sure that whatever the underlying cosh function
returns Math.cosh conforms to the spec.
2022-08-20 23:53:55 +01:00
..
Math-constants.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.@@toStringTag.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.abs.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.acosh.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.asin.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.asinh.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.atan.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.atan2.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.atanh.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.cbrt.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.ceil.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.clz32.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.cos.js LibJS: Add extreme value tests for cos and sin 2022-08-15 17:11:25 +02:00
Math.cosh.js LibJS: Add special cases for Math.cosh and add spec comments 2022-08-20 23:53:55 +01:00
Math.exp.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.expm1.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.floor.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.fround.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.hypot.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.log.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.log1p.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.log2.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.log10.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.max.js LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}() 2021-04-23 20:51:48 +02:00
Math.min.js LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}() 2021-04-23 20:51:48 +02:00
Math.pow.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.sign.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.sin.js LibJS: Add extreme value tests for cos and sin 2022-08-15 17:11:25 +02:00
Math.sinh.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.sqrt.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.tan.js LibJS: Add extreme value tests for cos and sin 2022-08-15 17:11:25 +02:00
Math.tanh.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Math.trunc.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
rounding-modes.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00