summaryrefslogtreecommitdiff
path: root/stdlib/float.mli
Commit message (Expand)AuthorAgeFilesLines
* Add `find_mapi` and `find_index` to `List`, `Seq`, `Array` and `Float.Array`....Sima Kinsart2023-01-131-0/+56
* Add Array.mapi_inplace, Float.Array.map_inplace, Float.Array.mapi_inplace (#1...zapashcanon2023-01-031-0/+20
* rename the type of the accumulator of fold functions to 'accValentin Gatien-Baron2023-01-021-4/+4
* stdlib documentation: arrays and concurrency safetyFlorian Angeletti2022-12-011-0/+148
* Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-311-32/+32
* Add hash, seeded_hash to Int, Char, Bool, Float, Int32, Int64, Nativeint (#11...Nicolás Ojeda Bär2022-10-271-2/+10
* Fix typo in documentationMichael‮ ‬Schmidt2022-08-121-1/+1
* Change `Float.nan` from sNaN to qNaN (#10899)Greta Yorsh2022-07-221-2/+16
* Better documentation for [string_of_float]. (#11353)François Pottier2022-06-241-1/+6
* Added some missing C99 float operations (#944)Markus Mottl2021-06-021-3/+76
* iterator -> sequenceJohn Whitington2021-01-211-4/+4
* Remove duplicate Iterators sections, unify elsewhereJohn Whitington2021-01-121-2/+2
* Merge pull request #10122 from johnwhitington/stdlib-doc-changes-3Gabriel Scherer2021-01-061-1/+3
|\
| * Missing docstrings in float, and fix headerJohn Whitington2021-01-051-1/+3
* | iff -> if and only if (#10119)John Whitington2021-01-051-5/+6
|/
* Rename tools/unlabel --> tools/sync_stdlib_docsJohn Whitington2020-09-101-2/+2
* Restore tilde-removal, other little fixesJohn Whitington2020-08-051-17/+21
* Float.Array(Labels) generated by tools/unlabelJohn Whitington2020-08-051-40/+227
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-34/+24
* Fix comment about NaN propagation (#9536)Christophe Troestler2020-05-121-2/+2
* Rename references to Pervasives to StdlibDavid Allsopp2019-06-261-1/+1
* add Stdlib.Float.Array (#1936)Damien Doligez2018-12-031-4/+263
* Support FMA operation (#1354)Laurent Thévenoux2018-10-261-0/+9
* Extend Stdlib.Float with more functions (#1794)Christophe Troestler2018-10-231-2/+125
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* add @since annotations to stdlib/float.mli and stdlib/bigarray.mliDamien Doligez2018-04-101-0/+2
* Add Float.piChristophe Troestler2018-03-291-0/+3
* Rename epsilon_float -> epsilonNicolás Ojeda Bär2018-03-151-1/+1
* CopyrightNicolás Ojeda Bär2018-03-151-0/+1
* Add Float.hashNicolás Ojeda Bär2018-03-151-0/+3
* Add Float.Array moduleNicolás Ojeda Bär2018-03-151-0/+10
* Add Float moduleNicolás Ojeda Bär2018-03-151-0/+248