Top Description Constructors Methods
org.python.modules

public Class math

extends Object
Class Inheritance
Imports
org.python.core.PyTuple

Stop-gap math module holding just the things we use form code at present. Not exposed to Python.

Constructor Summary

AccessConstructor and Description
public
math()

Method Summary

Modifier and TypeMethod and Description
public static PyTuple
frexp(double x)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

mathback to summary
public math()

Method Detail

frexpback to summary
public static PyTuple frexp(double x)