Uses of Class
org.episteme.nativ.mathematics.numbers.real.NativeRealBig
Packages that use NativeRealBig
Package
Description
-
Uses of NativeRealBig in org.episteme.nativ.mathematics.numbers.real
Methods in org.episteme.nativ.mathematics.numbers.real that return NativeRealBigModifier and TypeMethodDescriptionstatic NativeRealBigNativeRealBig.copyFrom(MemorySegment sourcePtr, long precision) Efficiently creates a new NativeRealBig by copying from an existing native mpfr_t.static NativeRealBigNativeRealBig.createEmpty(long precision) Creates a new NativeRealBig with specified precision, initialized to zero.static NativeRealBigstatic NativeRealBigCreates a new NativeRealBig with specified value and precision.static NativeRealBigNativeRealBig.of(BigDecimal value) -
Uses of NativeRealBig in org.episteme.nativ.mathematics.numbers.real.backends
Methods in org.episteme.nativ.mathematics.numbers.real.backends that return NativeRealBigModifier and TypeMethodDescriptionstatic NativeRealBigNativeMPFRNumbers.getConstant(String name, long precision) Returns a native constant by name at the specified precision.