
org.openpdf.renderer.function.postscript.operation.Atan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openpdf-renderer Show documentation
Show all versions of openpdf-renderer Show documentation
PDF renderer implementation supporting the subset of PDF 1.4 specification.
The newest version!
package org.openpdf.renderer.function.postscript.operation;
import java.util.Stack;
final class Atan implements PostScriptOperation {
@Override
/**
* num den atan angle
*
* returns the angle (in degress between
* 0 and 360) whose tangent is num divided by den.
* Either num or den may be 0, but not both. The signs
* of num and den determine the quadrant in which the
* result will lie: positive num yeilds a result in the
* positive y plane, while a positive den yeilds a result in
* the positive x plane. The result is a real number.
*
* errors: stackunderflow, typecheck, undefinedresult
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy