Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToPositiveInf (0.16 sec)

  1. src/math/big/float.go

    	ToZero                            // == IEEE 754-2008 roundTowardZero
    	AwayFromZero                      // no IEEE 754-2008 equivalent
    	ToNegativeInf                     // == IEEE 754-2008 roundTowardNegative
    	ToPositiveInf                     // == IEEE 754-2008 roundTowardPositive
    )
    
    //go:generate stringer -type=RoundingMode
    
    // Accuracy describes the rounding error produced by the most recent
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
Back to top