Uses of Class
it.unich.jgmp.nativelib.MpExpT
Packages that use MpExpT
Package
Description
This package contains all the low-level classes of JGMP.
-
Uses of MpExpT in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib that return MpExpTModifier and TypeMethodDescriptionMpExpTByReference.getValue()
Get the value ofmp_exp_t
object pointed by this reference.Methods in it.unich.jgmp.nativelib with parameters of type MpExpTModifier and TypeMethodDescriptionstatic void
LibGmp.mpf_random2
(MpfT rop, MpSizeT max_size, MpExpT exp) void
Change the value of themp_exp_t
object pointed by this reference.Constructors in it.unich.jgmp.nativelib with parameters of type MpExpTModifierConstructorDescriptionMpExpTByReference
(MpExpT value) Create a reference to a newly allocatedmp_exp_t
object, which is initialized withvalue
.