You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`exact_transcendental_special_forms/log2_power_of_two`| 173.46 ns | 171.28 ns - 175.58 ns | Folds log2(1024) to the exact rational 10 via the integer-log-detection shortcut. |
353
-
|`exact_transcendental_special_forms/log2_rational_three`| 289.47 ns | 284.87 ns - 294.52 ns | Builds log2(3) as a lightweight Log2 symbolic certificate. |
354
-
|`exact_transcendental_special_forms/log2_ln_quotient_fold`| 1.283 us | 1.228 us - 1.371 us | Folds ln(5) / ln(2) into a Log2 certificate via the divide-recognize shortcut. |
349
+
|`exact_transcendental_special_forms/asinh_large`| 361.76 ns | 360.65 ns - 362.87 ns | Builds a large inverse hyperbolic sine without exact intermediate Reals. |
|`exact_transcendental_special_forms/sinh_ln_two`| 1.562 us | 1.519 us - 1.604 us | Folds sinh(ln(2)) to the exact rational 3/4 via the integer-log-collapse shortcut. |
353
+
|`exact_transcendental_special_forms/cosh_ln_two`| 1.329 us | 1.312 us - 1.346 us | Folds cosh(ln(2)) to the exact rational 5/4 via the integer-log-collapse shortcut. |
354
+
|`exact_transcendental_special_forms/tanh_ln_two`| 1.470 us | 1.436 us - 1.505 us | Folds tanh(ln(2)) to the exact rational 3/5 via the integer-log-collapse shortcut. |
355
+
|`exact_transcendental_special_forms/sinh_rational_one`| 2.103 us | 2.091 us - 2.115 us | Builds sinh(1) through the generic (exp(x) - exp(-x))/2 identity path. |
356
+
|`exact_transcendental_special_forms/cosh_rational_one`| 1.761 us | 1.745 us - 1.777 us | Builds cosh(1) through the generic (exp(x) + exp(-x))/2 identity path. |
357
+
|`exact_transcendental_special_forms/tanh_rational_one`| 5.608 us | 5.595 us - 5.621 us | Builds tanh(1) through the generic (exp(x) - exp(-x))/(exp(x) + exp(-x)) identity path. |
|`exact_transcendental_special_forms/atan2_quadrant_one_unit_diagonal`| 756.33 ns | 746.31 ns - 766.34 ns | Quadrant I unit diagonal reduces to atan(1) = pi/4 exact special form. |
362
+
|`exact_transcendental_special_forms/atan2_quadrant_two_pi_correction`| 1.890 us | 1.872 us - 1.908 us | Quadrant II (1, -2) exercises atan(small ratio) + pi correction. |
363
+
|`exact_transcendental_special_forms/atan2_quadrant_three_negative_pi`| 1.156 us | 1.140 us - 1.172 us | Quadrant III (-1, -2) exercises atan(small ratio) - pi correction. |
364
+
|`exact_transcendental_special_forms/log2_power_of_two`| not run | not run | Folds log2(1024) to the exact rational 10 via the integer-log-detection shortcut. |
365
+
|`exact_transcendental_special_forms/log2_rational_three`| not run | not run | Builds log2(3) as a lightweight Log2 symbolic certificate. |
366
+
|`exact_transcendental_special_forms/log2_ln_quotient_fold`| not run | not run | Folds ln(5) / ln(2) into a Log2 certificate via the divide-recognize shortcut. |
355
367
356
368
### `symbolic_reductions`
357
369
358
370
Existing symbolic constant algebra cases considered for additional reductions.
359
371
360
372
| Benchmark output | Mean | 95% CI | What it measures |
|`symbolic_reductions/div_const_product_sqrt_e`| 728.58 ns | 725.63 ns - 731.29 ns | Reduces (pi * e * sqrt(2)) / e. |
378
-
|`symbolic_reductions/inverse_const_product_sqrt`| 478.56 ns | 475.73 ns - 482.08 ns | Builds a rationalized reciprocal of pi * e * sqrt(2). |
379
-
|`symbolic_reductions/inverse_sqrt_two`| 101.33 ns | 100.92 ns - 101.81 ns | Builds the rationalized reciprocal of unit-scaled sqrt(2). |
380
-
|`symbolic_reductions/div_sqrt_two_sqrt_three`| 842.52 ns | 838.35 ns - 847.63 ns | Rationalizes a quotient of two unit-scaled square roots. |
374
+
|`symbolic_reductions/sqrt_pi_square`| not run | not run | Reduces sqrt(pi^2). |
375
+
|`symbolic_reductions/sqrt_pi_e_square`| not run | not run | Reduces sqrt((pi * e)^2). |
376
+
|`symbolic_reductions/ln_scaled_e`| not run | not run | Reduces ln(2 * e). |
377
+
|`symbolic_reductions/sub_pi_three`| not run | not run | Builds the certified pi - 3 constant-offset form. |
378
+
|`symbolic_reductions/pi_minus_three_facts`| not run | not run | Reads structural facts for the cached pi - 3 offset form. |
379
+
|`symbolic_reductions/div_exp_exp`| not run | not run | Reduces e^3 / e. |
380
+
|`symbolic_reductions/div_pi_square_e`| not run | not run | Reduces pi^2 / e. |
381
+
|`symbolic_reductions/div_const_products`| not run | not run | Reduces (pi^3 * e^5) / (pi * e^2). |
382
+
|`symbolic_reductions/inverse_pi`| not run | not run | Builds the reciprocal of pi. |
383
+
|`symbolic_reductions/div_one_pi`| not run | not run | Reduces 1 / pi. |
384
+
|`symbolic_reductions/div_rational_exp`| not run | not run | Reduces 2 / e. |
385
+
|`symbolic_reductions/div_e_pi`| not run | not run | Reduces e / pi. |
386
+
|`symbolic_reductions/mul_pi_inverse_pi`| not run | not run | Multiplies pi by its reciprocal. |
387
+
|`symbolic_reductions/mul_pi_e_sqrt_two`| not run | not run | Builds the factored pi * e * sqrt(2) form. |
388
+
|`symbolic_reductions/mul_const_product_sqrt_sqrt`| not run | not run | Cancels sqrt(2) from (pi * e * sqrt(2)) * sqrt(2). |
389
+
|`symbolic_reductions/div_const_product_sqrt_e`| not run | not run | Reduces (pi * e * sqrt(2)) / e. |
390
+
|`symbolic_reductions/inverse_const_product_sqrt`| not run | not run | Builds a rationalized reciprocal of pi * e * sqrt(2). |
391
+
|`symbolic_reductions/inverse_sqrt_two`| not run | not run | Builds the rationalized reciprocal of unit-scaled sqrt(2). |
392
+
|`symbolic_reductions/div_sqrt_two_sqrt_three`| not run | not run | Rationalizes a quotient of two unit-scaled square roots. |
393
+
394
+
### `exact_product_sums`
395
+
396
+
Fixed product-sum reducers used by determinant and cofactor kernels.
397
+
398
+
| Benchmark output | Mean | 95% CI | What it measures |
399
+
| --- | ---: | ---: | --- |
400
+
|`exact_product_sums/signed_product_sum_lcm_6x2`| not run | not run | Computes an exact rational six-term signed product sum with mixed denominators. |
401
+
|`exact_product_sums/signed_product_sum_common_scale_6x2`| not run | not run | Computes an exact rational six-term signed product sum through the carried common-scale reducer. |
402
+
|`exact_product_sums/signed_product_sum_sparse_single_6x2`| not run | not run | Computes a sparse exact rational six-term signed product sum with one active product. |
403
+
|`exact_product_sums/real_signed_product_sum_rational_det3`| not run | not run | Computes a 3x3 determinant-shaped signed product sum through the public `Real` builder. |
404
+
|`exact_product_sums/real_signed_product_sum_mixed_symbolic_det3`| not run | not run | Computes the same determinant-shaped builder with symbolic factors and rational scales. |
0 commit comments