fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
has_machine_precision_issues
Function
22 statements
Source File
fortplot_coordinate_validation.f90
fortplot_coordinate_validation
has_machine_precision_issues
Contents
public function has_machine_precision_issues(x, y) result(has_issues)
Check if coordinates are too close together for reliable rendering
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
x
(:)
real(kind=wp),
intent(in)
::
y
(:)
Return Value
logical