Package pygeodesy :: Module interns
[frames] | no frames]

Module interns

Single-instance floats and strings, intern'ed across modules.


Version: 20.10.11

Functions
 
joined(*words, **sep)
Joined words by separator sep=NN.
 
joined_(*words, **sep)
Joined words by separator sep=" ".
Variables
  PI = 3.14159265359
  NN = ''
  EPS = 2.22044604925e-16
  MANTIS = 53
  MAX = 1.79769313486e+308
  MIN = 2.22507385851e-308
  EPS_2 = 1.11022302463e-16
  EPS1 = 1.0
  EPS1_2 = 1.0
  INF = inf
  NAN = nan
  NEG0 = -0.0
  PI2 = 6.28318530718
  PI4 = 12.5663706144
  PI_2 = 1.57079632679
  PI_4 = 0.785398163397
  R_M = 6371008.77141
Function Details

joined (*words, **sep)

 

Joined words by separator sep=NN.

Arguments:
  • words - One, two or more words (strs).
  • sep - Separator C({str}), default NN.
Returns:
Joined words C({str}).

joined_ (*words, **sep)

 

Joined words by separator sep=" ".

Arguments:
  • words - One, two or more words (strs).
  • sep - Separator C({str}), default " ".
Returns:
Joined words C({str}).