GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JE::Object::Math(3) User Contributed Perl Documentation JE::Object::Math(3)

JE::Object::Math - JavaScript Math object

  use JE;
  use JE::Object::Math;

  $j = new JE;

  $math_obj = new JE::Object::Math $j;

This class implements the JavaScript Math object.

See JE::Types for descriptions of most of the methods. Only what is specific to JE::Object::Math is explained here.
JE::Object::Math->new($global_obj)
Creates a new Math object.
value
Not particularly useful. Returns a hash ref that is completely empty, unless you've added your own properties to the object. This may change in a future release.
class
Returns the string 'Math'

JE
JE::Types
JE::Object
JE::Number
2014-10-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.