Skip to content
ponycheck
type Float
Type to start searching
ponycheck
ponycheck
package ponycheck
package ponycheck
Package
class Randomness
interface PropertyLogger
interface PropertyResultNotify
actor PropertyRunner
class PropertyHelper
class PropertyParams
trait Property1
trait Property2
trait Property3
trait Property4
class Poperator
primitive Ponycheck
class IntPropertySample
trait IntProperty
class IntPairPropertySample
trait IntPairProperty
type ValueAndShrink
type GenerateResult
class CountdownIter
trait GenObj
class Generator
type WeightedGenerator
primitive Generators
class ForAll
class ForAll2
class ForAll3
class ForAll4
primitive ASCIINUL
primitive ASCIIDigits
primitive ASCIIWhiteSpace
primitive ASCIIPunctuation
primitive ASCIILettersLower
primitive ASCIILettersUpper
primitive ASCIILetters
primitive ASCIIPrintable
primitive ASCIINonPrintable
primitive ASCIIAll
primitive ASCIIAllWithNUL
type ASCIIRange
package assert
package assert
Package
primitive Assert
primitive Fact
package builtin
package builtin
Package
primitive U8
primitive U16
primitive U32
primitive U64
primitive ULong
primitive USize
primitive U128
type Unsigned
interface Stringable
class String
class StringBytes
class StringRunes
interface InputNotify
interface InputStream
actor Stdin
type ByteSeq
interface ByteSeqIter
interface OutStream
actor StdStream
interface SourceLoc
primitive I8
primitive I16
primitive I32
primitive I64
primitive ILong
primitive ISize
primitive I128
type Signed
interface Seq
struct RuntimeOptions
trait Real
trait Integer
trait SignedInteger
trait UnsignedInteger
trait FloatingPoint
type Number
type Int
interface ReadSeq
interface ReadElement
struct Pointer
primitive Platform
struct NullablePointer
primitive None
interface Iterator
primitive F32
primitive F64
type Float
type Float
Table of contents
Type Alias For
class Env
primitive DoNotOptimise
interface DisposableActor
primitive Less
primitive Equal
primitive Greater
type Compare
interface HasEq
interface Equatable
interface Comparable
primitive Bool
type AsioEventID
interface AsioEventNotify
primitive AsioEvent
class Array
class ArrayKeys
class ArrayValues
class ArrayPairs
interface Any
primitive AmbientAuth
package collections
package collections
Package
primitive Sort
type Set
type SetIs
class HashSet
class SetValues
class RingBuffer
class Reverse
class Range
type Map
type MapIs
class HashMap
class MapKeys
class MapValues
class MapPairs
class ListNode
class List
class ListNodes
class ListValues
type MinHeap
type MaxHeap
class BinaryHeap
type BinaryHeapPriority
primitive MinHeapPriority
primitive MaxHeapPriority
interface Hashable
interface Hashable64
interface HashFunction
interface HashFunction64
primitive HashEq
primitive HashEq64
primitive HashIs
primitive HashByteSeq
interface Flag
class Flags
package debug
package debug
Package
primitive DebugOut
primitive DebugErr
type DebugStream
primitive Debug
package itertools
package itertools
Package
class Iter
package ponytest
package ponytest
Package
trait UnitTest
trait TestList
interface ITest
class TestHelper
actor PonyTest
package random
package random
Package
class XorShift128Plus
class XorOshiro128Plus
class XorOshiro128StarStar
class SplitMix64
type Rand
trait Random
class MT
class Dice
package time
package time
Package
actor Timers
interface TimerNotify
class Timer
primitive Time
class PosixDate
primitive Nanos
source
source
randomness.pony
property_runner.pony
property_helper.pony
property.pony
poperator.pony
ponycheck.pony
int_properties.pony
generator.pony
for_all.pony
ascii_range.pony
assert.pony
unsigned.pony
stringable.pony
string.pony
stdin.pony
std_stream.pony
source_loc.pony
signed.pony
seq.pony
runtime_options.pony
real.pony
read_seq.pony
pointer.pony
platform.pony
nullable_pointer.pony
none.pony
iterator.pony
float.pony
env.pony
do_not_optimise.pony
disposable_actor.pony
compare.pony
bool.pony
asio_event.pony
array.pony
any.pony
ambient_auth.pony
sort.pony
set.pony
ring_buffer.pony
reverse.pony
range.pony
map.pony
list_node.pony
list.pony
heap.pony
hashable.pony
flag.pony
debug.pony
iter.pony
unit_test.pony
test_list.pony
test_helper.pony
pony_test.pony
xorshift.pony
xoroshiro.pony
splitmix64.pony
random.pony
mt.pony
dice.pony
timers.pony
timer_notify.pony
timer.pony
time.pony
posix_date.pony
nanos.pony
Table of contents
Type Alias For
Float
¶
[Source]
type Float is (F32 val | F64 val)
Type Alias For
¶
(
F32
val |
F64
val)