@@ -373,7 +373,8 @@ impl f32 {
373
373
///
374
374
/// # Platform-specific precision
375
375
///
376
- /// The precision of this function varies by platform and Rust version.
376
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
377
+ /// even can even differ within the same execution from one invocation to the next.
377
378
///
378
379
/// # Examples
379
380
///
@@ -395,7 +396,8 @@ impl f32 {
395
396
///
396
397
/// # Platform-specific precision
397
398
///
398
- /// The precision of this function varies by platform and Rust version.
399
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
400
+ /// even can even differ within the same execution from one invocation to the next.
399
401
///
400
402
/// # Examples
401
403
///
@@ -446,7 +448,8 @@ impl f32 {
446
448
///
447
449
/// # Platform-specific precision
448
450
///
449
- /// The precision of this function varies by platform and Rust version.
451
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
452
+ /// even can even differ within the same execution from one invocation to the next.
450
453
///
451
454
/// # Examples
452
455
///
@@ -472,7 +475,8 @@ impl f32 {
472
475
///
473
476
/// # Platform-specific precision
474
477
///
475
- /// The precision of this function varies by platform and Rust version.
478
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
479
+ /// even can even differ within the same execution from one invocation to the next.
476
480
///
477
481
/// # Examples
478
482
///
@@ -496,7 +500,8 @@ impl f32 {
496
500
///
497
501
/// # Platform-specific precision
498
502
///
499
- /// The precision of this function varies by platform and Rust version.
503
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
504
+ /// even can even differ within the same execution from one invocation to the next.
500
505
///
501
506
/// # Examples
502
507
///
@@ -526,7 +531,8 @@ impl f32 {
526
531
///
527
532
/// # Platform-specific precision
528
533
///
529
- /// The precision of this function varies by platform and Rust version.
534
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
535
+ /// even can even differ within the same execution from one invocation to the next.
530
536
///
531
537
/// # Examples
532
538
///
@@ -550,7 +556,8 @@ impl f32 {
550
556
///
551
557
/// # Platform-specific precision
552
558
///
553
- /// The precision of this function varies by platform and Rust version.
559
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
560
+ /// even can even differ within the same execution from one invocation to the next.
554
561
///
555
562
/// # Examples
556
563
///
@@ -574,7 +581,8 @@ impl f32 {
574
581
///
575
582
/// # Platform-specific precision
576
583
///
577
- /// The precision of this function varies by platform and Rust version.
584
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
585
+ /// even can even differ within the same execution from one invocation to the next.
578
586
///
579
587
/// # Examples
580
588
///
@@ -601,7 +609,8 @@ impl f32 {
601
609
///
602
610
/// # Platform-specific precision
603
611
///
604
- /// The precision of this function varies by platform and Rust version.
612
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
613
+ /// even can even differ within the same execution from one invocation to the next.
605
614
/// This function currently corresponds to the `fdimf` from libc on Unix
606
615
/// and Windows. Note that this might change in the future.
607
616
///
@@ -639,7 +648,8 @@ impl f32 {
639
648
///
640
649
/// # Platform-specific precision
641
650
///
642
- /// The precision of this function varies by platform and Rust version.
651
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
652
+ /// even can even differ within the same execution from one invocation to the next.
643
653
/// This function currently corresponds to the `cbrtf` from libc on Unix
644
654
/// and Windows. Note that this might change in the future.
645
655
///
@@ -668,7 +678,8 @@ impl f32 {
668
678
///
669
679
/// # Platform-specific precision
670
680
///
671
- /// The precision of this function varies by platform and Rust version.
681
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
682
+ /// even can even differ within the same execution from one invocation to the next.
672
683
/// This function currently corresponds to the `hypotf` from libc on Unix
673
684
/// and Windows. Note that this might change in the future.
674
685
///
@@ -695,7 +706,8 @@ impl f32 {
695
706
///
696
707
/// # Platform-specific precision
697
708
///
698
- /// The precision of this function varies by platform and Rust version.
709
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
710
+ /// even can even differ within the same execution from one invocation to the next.
699
711
///
700
712
/// # Examples
701
713
///
@@ -718,7 +730,8 @@ impl f32 {
718
730
///
719
731
/// # Platform-specific precision
720
732
///
721
- /// The precision of this function varies by platform and Rust version.
733
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
734
+ /// even can even differ within the same execution from one invocation to the next.
722
735
///
723
736
/// # Examples
724
737
///
@@ -741,7 +754,8 @@ impl f32 {
741
754
///
742
755
/// # Platform-specific precision
743
756
///
744
- /// The precision of this function varies by platform and Rust version.
757
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
758
+ /// even can even differ within the same execution from one invocation to the next.
745
759
/// This function currently corresponds to the `tanf` from libc on Unix and
746
760
/// Windows. Note that this might change in the future.
747
761
///
@@ -767,7 +781,8 @@ impl f32 {
767
781
///
768
782
/// # Platform-specific precision
769
783
///
770
- /// The precision of this function varies by platform and Rust version.
784
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
785
+ /// even can even differ within the same execution from one invocation to the next.
771
786
/// This function currently corresponds to the `asinf` from libc on Unix
772
787
/// and Windows. Note that this might change in the future.
773
788
///
@@ -796,7 +811,8 @@ impl f32 {
796
811
///
797
812
/// # Platform-specific precision
798
813
///
799
- /// The precision of this function varies by platform and Rust version.
814
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
815
+ /// even can even differ within the same execution from one invocation to the next.
800
816
/// This function currently corresponds to the `acosf` from libc on Unix
801
817
/// and Windows. Note that this might change in the future.
802
818
///
@@ -824,7 +840,8 @@ impl f32 {
824
840
///
825
841
/// # Platform-specific precision
826
842
///
827
- /// The precision of this function varies by platform and Rust version.
843
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
844
+ /// even can even differ within the same execution from one invocation to the next.
828
845
/// This function currently corresponds to the `atanf` from libc on Unix
829
846
/// and Windows. Note that this might change in the future.
830
847
///
@@ -856,7 +873,8 @@ impl f32 {
856
873
///
857
874
/// # Platform-specific precision
858
875
///
859
- /// The precision of this function varies by platform and Rust version.
876
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
877
+ /// even can even differ within the same execution from one invocation to the next.
860
878
/// This function currently corresponds to the `atan2f` from libc on Unix
861
879
/// and Windows. Note that this might change in the future.
862
880
///
@@ -892,7 +910,8 @@ impl f32 {
892
910
///
893
911
/// # Platform-specific precision
894
912
///
895
- /// The precision of this function varies by platform and Rust version.
913
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
914
+ /// even can even differ within the same execution from one invocation to the next.
896
915
/// This function currently corresponds to the `(f32::sin(x),
897
916
/// f32::cos(x))`. Note that this might change in the future.
898
917
///
@@ -921,7 +940,8 @@ impl f32 {
921
940
///
922
941
/// # Platform-specific precision
923
942
///
924
- /// The precision of this function varies by platform and Rust version.
943
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
944
+ /// even can even differ within the same execution from one invocation to the next.
925
945
/// This function currently corresponds to the `expm1f` from libc on Unix
926
946
/// and Windows. Note that this might change in the future.
927
947
///
@@ -949,7 +969,8 @@ impl f32 {
949
969
///
950
970
/// # Platform-specific precision
951
971
///
952
- /// The precision of this function varies by platform and Rust version.
972
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
973
+ /// even can even differ within the same execution from one invocation to the next.
953
974
/// This function currently corresponds to the `log1pf` from libc on Unix
954
975
/// and Windows. Note that this might change in the future.
955
976
///
@@ -977,7 +998,8 @@ impl f32 {
977
998
///
978
999
/// # Platform-specific precision
979
1000
///
980
- /// The precision of this function varies by platform and Rust version.
1001
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1002
+ /// even can even differ within the same execution from one invocation to the next.
981
1003
/// This function currently corresponds to the `sinhf` from libc on Unix
982
1004
/// and Windows. Note that this might change in the future.
983
1005
///
@@ -1006,7 +1028,8 @@ impl f32 {
1006
1028
///
1007
1029
/// # Platform-specific precision
1008
1030
///
1009
- /// The precision of this function varies by platform and Rust version.
1031
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1032
+ /// even can even differ within the same execution from one invocation to the next.
1010
1033
/// This function currently corresponds to the `coshf` from libc on Unix
1011
1034
/// and Windows. Note that this might change in the future.
1012
1035
///
@@ -1035,7 +1058,8 @@ impl f32 {
1035
1058
///
1036
1059
/// # Platform-specific precision
1037
1060
///
1038
- /// The precision of this function varies by platform and Rust version.
1061
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1062
+ /// even can even differ within the same execution from one invocation to the next.
1039
1063
/// This function currently corresponds to the `tanhf` from libc on Unix
1040
1064
/// and Windows. Note that this might change in the future.
1041
1065
///
@@ -1064,7 +1088,8 @@ impl f32 {
1064
1088
///
1065
1089
/// # Platform-specific precision
1066
1090
///
1067
- /// The precision of this function varies by platform and Rust version.
1091
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1092
+ /// even can even differ within the same execution from one invocation to the next.
1068
1093
///
1069
1094
/// # Examples
1070
1095
///
@@ -1091,7 +1116,8 @@ impl f32 {
1091
1116
///
1092
1117
/// # Platform-specific precision
1093
1118
///
1094
- /// The precision of this function varies by platform and Rust version.
1119
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1120
+ /// even can even differ within the same execution from one invocation to the next.
1095
1121
///
1096
1122
/// # Examples
1097
1123
///
@@ -1120,7 +1146,8 @@ impl f32 {
1120
1146
///
1121
1147
/// # Platform-specific precision
1122
1148
///
1123
- /// The precision of this function varies by platform and Rust version.
1149
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1150
+ /// even can even differ within the same execution from one invocation to the next.
1124
1151
///
1125
1152
/// # Examples
1126
1153
///
@@ -1145,7 +1172,8 @@ impl f32 {
1145
1172
///
1146
1173
/// # Platform-specific precision
1147
1174
///
1148
- /// The precision of this function varies by platform and Rust version.
1175
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1176
+ /// even can even differ within the same execution from one invocation to the next.
1149
1177
/// This function currently corresponds to the `tgammaf` from libc on Unix
1150
1178
/// and Windows. Note that this might change in the future.
1151
1179
///
@@ -1173,7 +1201,8 @@ impl f32 {
1173
1201
///
1174
1202
/// # Platform-specific precision
1175
1203
///
1176
- /// The precision of this function varies by platform and Rust version.
1204
+ /// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
1205
+ /// even can even differ within the same execution from one invocation to the next.
1177
1206
/// This function currently corresponds to the `lgamma_r` from libc on Unix
1178
1207
/// and Windows. Note that this might change in the future.
1179
1208
///
0 commit comments